From: ceriel Date: Wed, 13 Jul 1988 18:31:57 +0000 (+0000) Subject: use sun3 command to translate X-Git-Tag: release-5-5~3040 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cdb8531b9ae1f7b1c91a66fe675180779fcdb9b0;p=ack.git use sun3 command to translate --- diff --git a/mach/sun3/libsys/compmodule b/mach/sun3/libsys/compmodule index 58dc66c61..253624cce 100755 --- a/mach/sun3/libsys/compmodule +++ b/mach/sun3/libsys/compmodule @@ -1,4 +1,4 @@ -if m68020 -c -L $1 1>&2 +if sun3 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi