z8000 uses asld, so suffix of targets is .s

This commit is contained in:
ceriel 1988-04-06 15:10:56 +00:00
parent da052fb6ee
commit 56b03adad0

View file

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