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