generating .o files
authorceriel <none@none>
Wed, 28 Jan 1987 22:14:40 +0000 (22:14 +0000)
committerceriel <none@none>
Wed, 28 Jan 1987 22:14:40 +0000 (22:14 +0000)
mach/i80/libcc/compmodule

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