From 6ec08108d7f41f7cb56a2583f7d02426ce24e768 Mon Sep 17 00:00:00 2001 From: em Date: Tue, 5 Feb 1985 14:52:52 +0000 Subject: [PATCH] *** empty log message *** --- mach/vax4/libem/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/vax4/libem/compmodule diff --git a/mach/vax4/libem/compmodule b/mach/vax4/libem/compmodule new file mode 100755 index 00000000..67777e8a --- /dev/null +++ b/mach/vax4/libem/compmodule @@ -0,0 +1,4 @@ +if vax4 -O -c -I../../../h -I. $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi