*** empty log message ***

This commit is contained in:
ceriel 1987-02-25 11:04:30 +00:00
parent c57a723546
commit a2c18875f6
3 changed files with 12 additions and 5 deletions

View file

@ -9,7 +9,6 @@ install:
cmp:
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
-../../compare head_bc
-../../compare tail_bc
clean:

View file

@ -1,2 +1,6 @@
${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

View file

@ -1,2 +1,6 @@
${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