From 0452b7c32644888c827e4ad8cf6b8b400e241219 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 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 -- 2.34.1