changed xenix3.0 to xenix3

This commit is contained in:
ceriel 1988-04-20 11:52:53 +00:00
parent b82c0d9bdd
commit 09eb4f9325
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# $Header$
MACH=xenix3.0
MACH=xenix3
all: libmon_o.a head_em.o
install: all

View file

@ -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