From: keie Date: Tue, 4 Jun 1985 10:32:07 +0000 (+0000) Subject: Adapted to use of new assmbler and linker. X-Git-Tag: release-5-5~5459 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=040aa7115c2bde8a041ecbed516807538709e891;p=ack.git Adapted to use of new assmbler and linker. --- diff --git a/mach/m68k2/libbc/Makefile b/mach/m68k2/libbc/Makefile index f3e9eef2c..9f9c5c028 100644 --- a/mach/m68k2/libbc/Makefile +++ b/mach/m68k2/libbc/Makefile @@ -1,5 +1,5 @@ MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=m68k2" "SUF=s" +MACHDEF="MACH=m68k2" "SUF=o" "ASAR=aal" BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib" install: @@ -11,7 +11,7 @@ cmp: -../../compare tail_bc clean: - -rm -f *.old *.[ce$(SUF)] tail* head* + -rm -f *.old *.[ceo] tail* head* opr: make pr | opr