From c2c43bd135dbb9ebece2fada35d0b63e788bb9c2 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Wed, 9 Sep 1998 11:13:55 +0000 Subject: Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. --- include/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index 4f12b46d486a..48581a763002 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.80 1998/08/01 13:42:12 alex Exp $ +# $Id: Makefile,v 1.81 1998/09/09 01:21:19 jdp Exp $ # # Doing a make install builds /usr/include # @@ -114,8 +114,8 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ ${DESTDIR}/usr/include/$i .endfor -.if exists(${.CURDIR}/../sys/${MACHINE}/include) - cd ${.CURDIR}/../sys/${MACHINE}/include; \ +.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include) + cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ ${DESTDIR}/usr/include/machine .endif @@ -127,6 +127,6 @@ symlinks: ln -s ../../sys/$i ${DESTDIR}/usr/include/$i .endfor rm -rf ${DESTDIR}/usr/include/machine - ln -s ../../sys/${MACHINE}/include ${DESTDIR}/usr/include/machine + ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine .include -- cgit v1.3