*** empty log message ***

This commit is contained in:
ceriel
1987-02-04 15:31:50 +00:00
parent c43aa963d8
commit 345fa61777
6 changed files with 22 additions and 14 deletions

View File

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