From 531353e14dde3468b5fbcdc44c105e7765abe7f8 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 4 Jun 1985 10:30:18 +0000 Subject: [PATCH] More adapted to use by march. --- mach/m68k2/libpc/compmodule | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mach/m68k2/libpc/compmodule b/mach/m68k2/libpc/compmodule index 284613267..6327cb991 100755 --- a/mach/m68k2/libpc/compmodule +++ b/mach/m68k2/libpc/compmodule @@ -1,2 +1,6 @@ -${MACH?} -I../../../h ${MACHFL?} $1 1>&2 -echo `basename $1 $2`.s +if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +then + echo `basename $1 $2`.o +else + exit 1 +fi -- 2.34.1