deleted -LIB, already in proto makefile

This commit is contained in:
ceriel
1988-02-19 17:05:26 +00:00
parent 7d12db71e3
commit 0bb550e7c2

View File

@@ -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