diff --git a/mach/m68k2/libcc/compmodule b/mach/m68k2/libcc/compmodule index 28461326..6327cb99 100755 --- a/mach/m68k2/libcc/compmodule +++ b/mach/m68k2/libcc/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