changed xenix3.0 to xenix3
This commit is contained in:
parent
b82c0d9bdd
commit
09eb4f9325
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Header$
|
||||
MACH=xenix3.0
|
||||
MACH=xenix3
|
||||
all: libmon_o.a head_em.o
|
||||
|
||||
install: all
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if xenix3.0 -c $1 1>&2
|
||||
if xenix3 -c $1 1>&2
|
||||
then echo `basename $1 $2`.o
|
||||
else exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue