From e3e9add8b1727a541b59da512d9e1ef48fb417f4 Mon Sep 17 00:00:00 2001 From: em Date: Mon, 18 Mar 1985 17:24:31 +0000 Subject: [PATCH] Initial revision --- mach/i80/libcc/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/i80/libcc/compmodule diff --git a/mach/i80/libcc/compmodule b/mach/i80/libcc/compmodule new file mode 100755 index 000000000..e7e4da63c --- /dev/null +++ b/mach/i80/libcc/compmodule @@ -0,0 +1,4 @@ +if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2 +then echo `basename $1 $2`.s +else rm -f `basename $1 $2`.s +fi -- 2.34.1