From: ceriel Date: Wed, 20 Apr 1988 11:52:53 +0000 (+0000) Subject: changed xenix3.0 to xenix3 X-Git-Tag: release-5-5~3368 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=09eb4f932579e73374cc17f27d1dee08a4ad2fce;p=ack.git changed xenix3.0 to xenix3 --- diff --git a/mach/xenix3/libsys/Makefile b/mach/xenix3/libsys/Makefile index 0e96ab77f..8585991ab 100644 --- a/mach/xenix3/libsys/Makefile +++ b/mach/xenix3/libsys/Makefile @@ -1,5 +1,5 @@ # $Header$ -MACH=xenix3.0 +MACH=xenix3 all: libmon_o.a head_em.o install: all diff --git a/mach/xenix3/libsys/compmodule b/mach/xenix3/libsys/compmodule index 12261b0b1..e1c76ed16 100755 --- a/mach/xenix3/libsys/compmodule +++ b/mach/xenix3/libsys/compmodule @@ -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