From cdb8531b9ae1f7b1c91a66fe675180779fcdb9b0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 13 Jul 1988 18:31:57 +0000 Subject: [PATCH] use sun3 command to translate --- mach/sun3/libsys/compmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1