From: ceriel Date: Wed, 28 Jan 1987 22:14:40 +0000 (+0000) Subject: generating .o files X-Git-Tag: release-5-5~4893 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6aa3769e9fde6a98c95869a2d42d4a43dd359ec5;p=ack.git generating .o files --- diff --git a/mach/i80/libcc/compmodule b/mach/i80/libcc/compmodule index e7e4da63c..17151513e 100755 --- a/mach/i80/libcc/compmodule +++ b/mach/i80/libcc/compmodule @@ -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