From: ceriel Date: Tue, 22 Jul 1986 11:07:48 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~5259 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=aee6a1648a608fe19a2c00bb8af56f7608e9e3cd;p=ack.git Initial revision --- diff --git a/mach/m68k4/libem/compmodule b/mach/m68k4/libem/compmodule new file mode 100755 index 000000000..80f42aab3 --- /dev/null +++ b/mach/m68k4/libem/compmodule @@ -0,0 +1,4 @@ +if m68k4 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi