From: ceriel Date: Fri, 30 Jan 1987 20:24:35 +0000 (+0000) Subject: machine name change: l68k2 --> m68k2 X-Git-Tag: release-5-5~4847 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=095367ac29d660f6c58f46e5fb8c2f10f4084b81;p=ack.git machine name change: l68k2 --> m68k2 --- diff --git a/mach/m68k2/libsys/compmodule b/mach/m68k2/libsys/compmodule index 2949d1310..02105f215 100755 --- a/mach/m68k2/libsys/compmodule +++ b/mach/m68k2/libsys/compmodule @@ -1,4 +1,4 @@ -if l68k2 -c $1 1>&2 +if m68k2 -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi