From ccb47897ea80c1dff3f553ea74c9f2aafb19f229 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 00000000..80f42aab --- /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