From: ceriel Date: Wed, 30 Jan 1985 12:37:10 +0000 (+0000) Subject: Added -DCPM to the flags. X-Git-Tag: release-5-5~5694 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e936aea1e1195338ba9228ad2bad538db324b2a0;p=ack.git Added -DCPM to the flags. --- diff --git a/mach/z80/libpc/compmodule b/mach/z80/libpc/compmodule index 284613267..4a77cd8a0 100755 --- a/mach/z80/libpc/compmodule +++ b/mach/z80/libpc/compmodule @@ -1,2 +1,2 @@ -${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +${MACH?} -DCPM -I../../../h ${MACHFL?} $1 1>&2 echo `basename $1 $2`.s