aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-12 05:59:22 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-12 05:59:22 +0000
commitec14ed6ee57fb00770366eeb14346f3c49ffb3eb (patch)
tree54519929953d260605c895cb4b182cc320b0a1af /gnu
parent06e95425f78321a18e4739be1d626107152bde7b (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 75ffd8829035..c028a914e4c0 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.1.1.1 1998/03/01 23:40:48 jdp Exp $
+# $Id: Makefile.inc0,v 1.2 1998/03/12 02:54:39 jdp Exp $
#
#
@@ -27,7 +27,7 @@ CFLAGS+= -I- -I.
CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH}
.endif
CFLAGS+= -I${.CURDIR}
-CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd
+CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${MACHINE_ARCH}
CFLAGS+= -I${SRCDIR}/include
.if exists(${.CURDIR}/${MACHINE_ARCH})