diff --git a/mach/m68020/libem/compmodule b/mach/m68020/libem/compmodule index e42fb932f..a61e867bb 100755 --- a/mach/m68020/libem/compmodule +++ b/mach/m68020/libem/compmodule @@ -1,4 +1,4 @@ -if ${MACH?} -c $1 1>&2 +if m68020 -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/m68020/libsys/compmodule b/mach/m68020/libsys/compmodule index e42fb932f..a61e867bb 100755 --- a/mach/m68020/libsys/compmodule +++ b/mach/m68020/libsys/compmodule @@ -1,4 +1,4 @@ -if ${MACH?} -c $1 1>&2 +if m68020 -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi