Browse Source

*** empty log message ***

em 39 years ago
parent
commit
6ec08108d7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mach/vax4/libem/compmodule

+ 4 - 0
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