From: ceriel Date: Wed, 6 Apr 1988 15:10:56 +0000 (+0000) Subject: z8000 uses asld, so suffix of targets is .s X-Git-Tag: release-5-5~3508 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=56b03adad065fb3551ecef6ea015c7861417b42c;p=ack.git z8000 uses asld, so suffix of targets is .s --- diff --git a/mach/z8000/libm2/compmodule b/mach/z8000/libm2/compmodule index a794a2257..881f78da9 100755 --- a/mach/z8000/libm2/compmodule +++ b/mach/z8000/libm2/compmodule @@ -1,4 +1,4 @@ if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 -then echo `basename $1 $2`.o +then echo `basename $1 $2`.s else exit 1 fi