From 56b03adad065fb3551ecef6ea015c7861417b42c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 6 Apr 1988 15:10:56 +0000 Subject: [PATCH] z8000 uses asld, so suffix of targets is .s --- mach/z8000/libm2/compmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1