diff --git a/mach/m68k2/libem/compmodule b/mach/m68k2/libem/compmodule index eb1ccef3c..02105f215 100755 --- a/mach/m68k2/libem/compmodule +++ b/mach/m68k2/libem/compmodule @@ -1,4 +1,4 @@ if m68k2 -c $1 1>&2 -then echo `basename $1 $2`.s +then echo `basename $1 $2`.o else exit 1 fi