From: keie Date: Tue, 4 Jun 1985 10:30:18 +0000 (+0000) Subject: More adapted to use by march. X-Git-Tag: release-5-5~5460 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=531353e14dde3468b5fbcdc44c105e7765abe7f8;p=ack.git More adapted to use by march. --- diff --git a/mach/m68k2/libpc/compmodule b/mach/m68k2/libpc/compmodule index 284613267..6327cb991 100755 --- a/mach/m68k2/libpc/compmodule +++ b/mach/m68k2/libpc/compmodule @@ -1,2 +1,6 @@ -${MACH?} -I../../../h ${MACHFL?} $1 1>&2 -echo `basename $1 $2`.s +if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +then + echo `basename $1 $2`.o +else + exit 1 +fi