From e1b8023da14bc61886f50cba2fed1bd960586707 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 000000000..67777e8a6 --- /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 -- 2.34.1