From 04e97ce36b2bb88bb3a7a274abb576a34f3d225a 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 000000000..2949d1310 --- /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 -- 2.34.1