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