From b7477f465458201a874acf1c2a5c869a49fabca9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Feb 1987 10:45:26 +0000 Subject: [PATCH] Initial revision --- mach/mantra/libsys/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/mantra/libsys/compmodule diff --git a/mach/mantra/libsys/compmodule b/mach/mantra/libsys/compmodule new file mode 100755 index 000000000..1a34d8a60 --- /dev/null +++ b/mach/mantra/libsys/compmodule @@ -0,0 +1,4 @@ +if mantra4 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1