From d22114bfb88e7d486c95d93586983a0358618e65 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Wed, 9 Sep 1998 11:22:28 +0000 Subject: Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. --- gnu/usr.bin/ld/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index eda092e2f27d..6c9ff0774768 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1998/06/12 15:50:57 peter Exp $ +# $Id: Makefile,v 1.26 1998/09/07 05:46:09 jb Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout @@ -9,10 +9,10 @@ BINDIR= /usr/libexec/aout MAN1aout=ld.1aout SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ cplus-dem.c -CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \ +CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE_ARCH} \ -I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS -DFREEBSD_AOUT NOSHARED?= yes -.PATH: ${RTLD} ${RTLD}/${MACHINE} ${GCCDIR} +.PATH: ${RTLD} ${RTLD}/${MACHINE_ARCH} ${GCCDIR} .include -- cgit v1.3