From: ceriel Date: Mon, 26 Jan 1987 21:51:58 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4938 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4133a3cbc3bd6cc38eac9ec0fe04b73dd2c13efa;p=ack.git Initial revision --- diff --git a/mach/pmds4/libsys/compmodule b/mach/pmds4/libsys/compmodule new file mode 100755 index 000000000..c5b59be99 --- /dev/null +++ b/mach/pmds4/libsys/compmodule @@ -0,0 +1,4 @@ +if pmds4 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi