summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-09-09 11:22:28 +0000
committerkato <kato@FreeBSD.org>1998-09-09 11:22:28 +0000
commit0c6fdf055e4c617c37fe33d0aab8764c541c4b39 (patch)
treef2530c80405c13a2cf824eeb90c0d7b4def17ddf /gnu
parent256379f728d72eb02a1e453fc35f61293b8384cf (diff)
downloadFreeBSD-src-0c6fdf055e4c617c37fe33d0aab8764c541c4b39.zip
FreeBSD-src-0c6fdf055e4c617c37fe33d0aab8764c541c4b39.tar.gz
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile
index eda092e..6c9ff07 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud