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