Adapted to the use of the new assembler.
authorceriel <none@none>
Tue, 22 Jul 1986 13:42:21 +0000 (13:42 +0000)
committerceriel <none@none>
Tue, 22 Jul 1986 13:42:21 +0000 (13:42 +0000)
mach/m68k4/libbc/Makefile
mach/m68k4/libbc/compmodule

index 9745cc4..a4a7565 100644 (file)
@@ -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
index 491f6d2..6327cb9 100755 (executable)
@@ -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