From 1a6f092a395f2cd1bfcc9df79d75ddb9ef466dd3 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 8 Jan 1987 10:21:35 +0000 Subject: [PATCH] Initial revision --- mach/i86/libem/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/i86/libem/compmodule diff --git a/mach/i86/libem/compmodule b/mach/i86/libem/compmodule new file mode 100755 index 000000000..8ec2f6722 --- /dev/null +++ b/mach/i86/libem/compmodule @@ -0,0 +1,4 @@ +if i86 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1