From: ceriel Date: Tue, 19 Apr 1988 10:33:07 +0000 (+0000) Subject: corrected somewhat X-Git-Tag: release-5-5~3392 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e9f4f7498c5a70cacb6e550c88144b3388efd282;p=ack.git corrected somewhat --- diff --git a/mach/minixST/libsys/compmodule b/mach/minixST/libsys/compmodule index 039b0e175..c02730390 100755 --- a/mach/minixST/libsys/compmodule +++ b/mach/minixST/libsys/compmodule @@ -1,4 +1,4 @@ -if minixST -c -L -LIB -DATARI_ST -DACK $1 1>&2 +if minixST -c -L -LIB $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi