From: ceriel Date: Fri, 19 Feb 1988 17:05:26 +0000 (+0000) Subject: deleted -LIB, already in proto makefile X-Git-Tag: release-5-5~3588 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=75986f7ac52cdbdf7ba618fa22106102a18ad144;p=ack.git deleted -LIB, already in proto makefile --- diff --git a/mach/em44/libm2/compmodule b/mach/em44/libm2/compmodule index 1c3c2ecfb..08ea80fe9 100755 --- a/mach/em44/libm2/compmodule +++ b/mach/em44/libm2/compmodule @@ -1,4 +1,4 @@ -if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2 +if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 then echo `basename $1 $2`.m else exit 1 fi