z8000 uses asld, so suffix of targets is .s

This commit is contained in:
ceriel 1988-04-06 15:10:56 +00:00
parent 99c2f4029a
commit 9e81d0f237

View File

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