From e313ef33687d1fbb17e64581422237125c6938bd Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 10 Oct 1998 11:16:08 +0000 Subject: [PATCH] PC-98 uses different boot code from IBM-PC. So, MACHINE is used instead of MACHINE_ARCH. Submitted by: Takahashi Yoshihiro --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 54e480a1d775..9f1684a318c3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.26 1998/10/10 08:21:18 jkh Exp $ +# $Id: Makefile.inc1,v 1.27 1998/10/10 10:54:54 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -895,7 +895,7 @@ legacy-build: @echo "--------------------------------------------------------------" cd ${.CURDIR}/sys/boot && ${XMAKE} -DNOMAN -B obj depend; \ ${XMAKE} -DNOMAN all - cd ${.CURDIR}/sys/${MACHINE_ARCH}/boot && \ + cd ${.CURDIR}/sys/${MACHINE}/boot && \ ${XMAKE} -DNOMAN -B obj depend; ${XMAKE} -DNOMAN OBJFORMAT=elf all; .endif