Adapted to use of the new assembler and linker.

This commit is contained in:
keie 1985-06-04 10:29:56 +00:00
parent 5fc5b3c32d
commit 3f83d34dd9

View file

@ -1,5 +1,5 @@
MAKEFILE=../../proto/libg/Makefile MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68k2" "SUF=s" MACHDEF="MACH=m68k2" "SUF=o" "ASAR=aal"
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
install: install:
@ -11,7 +11,7 @@ cmp:
-../../compare tail_pc -../../compare tail_pc
clean: clean:
-rm -f *.old *.[ce$(SUF)] tail* head* -rm -f *.old *.[ceo] tail* head*
opr: opr:
make pr | opr make pr | opr