From: ceriel Date: Tue, 22 Jul 1986 13:42:21 +0000 (+0000) Subject: Adapted to the use of the new assembler. X-Git-Tag: release-5-5~5256 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a067d1bc0d981352fb828e60c1ab78eefd060027;p=ack.git Adapted to the use of the new assembler. --- diff --git a/mach/m68k4/libbc/Makefile b/mach/m68k4/libbc/Makefile index 9745cc472..a4a75655b 100644 --- a/mach/m68k4/libbc/Makefile +++ b/mach/m68k4/libbc/Makefile @@ -1,5 +1,5 @@ MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=m68k4" "SUF=o" +MACHDEF="MACH=m68k4" "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 diff --git a/mach/m68k4/libbc/compmodule b/mach/m68k4/libbc/compmodule index 491f6d251..6327cb991 100755 --- a/mach/m68k4/libbc/compmodule +++ b/mach/m68k4/libbc/compmodule @@ -1,2 +1,6 @@ -${MACH?} -I../../../h ${MACHFL?} $1 1>&2 -echo `basename $1 $2`.o +if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +then + echo `basename $1 $2`.o +else + exit 1 +fi