From: ceriel Date: Wed, 28 Jan 1987 15:29:13 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4907 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=aeacaeb08fe7456a5791e7380b6d4696af622f1b;p=ack.git Initial revision --- diff --git a/mach/i80/libem/compmodule b/mach/i80/libem/compmodule new file mode 100755 index 000000000..2e87032ca --- /dev/null +++ b/mach/i80/libem/compmodule @@ -0,0 +1,4 @@ +if i80 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi