From 09eb4f932579e73374cc17f27d1dee08a4ad2fce Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 20 Apr 1988 11:52:53 +0000 Subject: [PATCH] changed xenix3.0 to xenix3 --- mach/xenix3/libsys/Makefile | 2 +- mach/xenix3/libsys/compmodule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1