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