diff --git a/mach/em44/libm2/compmodule b/mach/em44/libm2/compmodule index 1c3c2ecf..08ea80fe 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