From 6a4a13d0415b5a9e49019e9768777a0f72cbc620 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 24 Sep 1986 11:24:37 +0000 Subject: [PATCH] Initial revision --- mach/m68k4/libsys/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/m68k4/libsys/compmodule diff --git a/mach/m68k4/libsys/compmodule b/mach/m68k4/libsys/compmodule new file mode 100755 index 000000000..80f42aab3 --- /dev/null +++ b/mach/m68k4/libsys/compmodule @@ -0,0 +1,4 @@ +if m68k4 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1