From 6aa3769e9fde6a98c95869a2d42d4a43dd359ec5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 28 Jan 1987 22:14:40 +0000 Subject: [PATCH] generating .o files --- mach/i80/libcc/compmodule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i80/libcc/compmodule b/mach/i80/libcc/compmodule index e7e4da63c..17151513e 100755 --- a/mach/i80/libcc/compmodule +++ b/mach/i80/libcc/compmodule @@ -1,4 +1,4 @@ if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2 -then echo `basename $1 $2`.s -else rm -f `basename $1 $2`.s +then echo `basename $1 $2`.o +else exit 1 fi -- 2.34.1