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