From 32ec75b27c66dd7f31dfbf82a15318f67d5cdd7e Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Jan 1987 23:30:46 +0000 Subject: [PATCH] *** empty log message *** --- mach/m68020/libem/compmodule | 2 +- mach/m68020/libsys/compmodule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/m68020/libem/compmodule b/mach/m68020/libem/compmodule index e42fb932..a61e867b 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 e42fb932..a61e867b 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