From 4e17f5b9a58695a0688a6a7ec72bb938ab915461 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jan 1987 10:32:32 +0000 Subject: [PATCH] Initial revision --- mach/ns/libpc/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/ns/libpc/compmodule diff --git a/mach/ns/libpc/compmodule b/mach/ns/libpc/compmodule new file mode 100755 index 000000000..846ba6f1e --- /dev/null +++ b/mach/ns/libpc/compmodule @@ -0,0 +1,4 @@ +if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1