summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-12 05:59:22 +0000
committerjb <jb@FreeBSD.org>1998-03-12 05:59:22 +0000
commit63bcfddd22a66943c481f8d60a29aea82c211a3e (patch)
tree6eac29b01591e9999cdf362763620851b5dbc678 /gnu
parentd6c56448df0a540dade469b54803e4dce184fc90 (diff)
downloadFreeBSD-src-63bcfddd22a66943c481f8d60a29aea82c211a3e.zip
FreeBSD-src-63bcfddd22a66943c481f8d60a29aea82c211a3e.tar.gz
Change the include path for bfd.h to libbfd/${MACHINE_ARCH} since
I moved the location of that architecture specific file.
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 75ffd88..c028a91 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})
OpenPOWER on IntegriCloud