From 24b2790387fa422928a1475c80781666d0afb602 Mon Sep 17 00:00:00 2001 From: kato Date: Sun, 9 Jan 2000 14:43:47 +0000 Subject: Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able to compiled on PC98. --- sys/conf/Makefile.i386 | 2 +- sys/conf/Makefile.powerpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index e73de50..4a21594 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -30,7 +30,7 @@ S= ./@ S= ../.. .endif .endif -M= ${MACHINE} +M= ${MACHINE_ARCH} SIZE?= size diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index e73de50..4a21594 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -30,7 +30,7 @@ S= ./@ S= ../.. .endif .endif -M= ${MACHINE} +M= ${MACHINE_ARCH} SIZE?= size -- cgit v1.1