*** empty log message ***

This commit is contained in:
ceriel 1987-01-29 23:30:46 +00:00
parent e9d7db6f61
commit 0452b7c326
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