From: ceriel Date: Thu, 29 Jan 1987 23:30:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4864 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0452b7c32644888c827e4ad8cf6b8b400e241219;p=ack.git *** empty log message *** --- 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