use sun3 command to translate
authorceriel <none@none>
Wed, 13 Jul 1988 18:31:57 +0000 (18:31 +0000)
committerceriel <none@none>
Wed, 13 Jul 1988 18:31:57 +0000 (18:31 +0000)
mach/sun3/libsys/compmodule

index 58dc66c..253624c 100755 (executable)
@@ -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