*** empty log message ***

This commit is contained in:
ceriel 1987-01-29 23:30:46 +00:00
parent 477eee337f
commit 32ec75b27c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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