*** empty log message ***
This commit is contained in:
parent
e9d7db6f61
commit
0452b7c326
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue