From 8fb74f31991b041b0dea84fc61109de93775b93f Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 4 Jun 1985 11:18:43 +0000 Subject: [PATCH] *** empty log message *** --- mach/m68k2/libsys/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/m68k2/libsys/compmodule diff --git a/mach/m68k2/libsys/compmodule b/mach/m68k2/libsys/compmodule new file mode 100755 index 00000000..2949d131 --- /dev/null +++ b/mach/m68k2/libsys/compmodule @@ -0,0 +1,4 @@ +if l68k2 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi