Browse Source

Added compmodule

ceriel 33 years ago
parent
commit
3863f0d1a2
2 changed files with 7 additions and 0 deletions
  1. 1 0
      mach/proto/libg/.distr
  2. 6 0
      mach/proto/libg/compmodule

+ 1 - 0
mach/proto/libg/.distr

@@ -13,3 +13,4 @@ proto.libem
 proto.libend
 proto.liboc
 proto.make
+compmodule

+ 6 - 0
mach/proto/libg/compmodule

@@ -0,0 +1,6 @@
+if ${MACH?} ${MACHFL?} -c $1 1>&2
+then
+	echo `basename $1 $2`.${SUF?}
+else
+	exit 1
+fi