Removed -DCPM.

This commit is contained in:
keie 1985-04-02 10:46:43 +00:00
parent fd44c34a61
commit 6b87f1082e

View file

@ -1,4 +1,4 @@
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.s
else rm -f `basename $1 $2`.s
fi