Albert Koelmans newest version

This commit is contained in:
ceriel
1990-11-13 11:59:29 +00:00
parent 8f9d7ba0e5
commit 5ce266dd9e
3 changed files with 27 additions and 0 deletions

4
mach/arm/libbc/compmodule Executable file
View File

@@ -0,0 +1,4 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.so
else exit 1
fi