generate .o files
authorceriel <none@none>
Wed, 28 Jan 1987 22:26:27 +0000 (22:26 +0000)
committerceriel <none@none>
Wed, 28 Jan 1987 22:26:27 +0000 (22:26 +0000)
mach/i80/libbc/Makefile
mach/i80/libbc/compmodule

index 7d7e95e..4dd52b7 100644 (file)
@@ -1,5 +1,6 @@
+SUF=o
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=i80" "SUF=s"
+MACHDEF="MACH=i80" "SUF=$(SUF)" "ASAR=aal"
 BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
 
 install:
index e7e4da6..1715151 100755 (executable)
@@ -1,4 +1,4 @@
 if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
-then echo `basename $1 $2`.s
-else rm -f `basename $1 $2`.s
+then echo `basename $1 $2`.o
+else exit 1
 fi