summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 05:38:45 +0000
committerache <ache@FreeBSD.org>2004-02-17 05:38:45 +0000
commit2bf5bfe61f1a381fb0d880b238786e3d2d34c63d (patch)
tree1acea24b2e542ec5975bacc33405c64be442e887 /gnu/usr.bin/binutils
parent912758f5bdf54d291f00c6f66226eadfe75108ad (diff)
downloadFreeBSD-src-2bf5bfe61f1a381fb0d880b238786e3d2d34c63d.zip
FreeBSD-src-2bf5bfe61f1a381fb0d880b238786e3d2d34c63d.tar.gz
Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile2
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index 3d15060..1ea36d9 100644
--- a/gnu/usr.bin/binutils/gasp/Makefile
+++ b/gnu/usr.bin/binutils/gasp/Makefile
@@ -10,7 +10,7 @@ WARNS= 2
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
CFLAGS+= -I${.CURDIR}
-CFLAGS+= -I${.CURDIR}/../../../../../include/gnu
+CFLAGS+= -I${DESTDIR}/usr/include/gnu
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index bd33327..70434b3 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -58,7 +58,7 @@ CFLAGS+= -DDEFAULT_BFD_ARCH=bfd_${GDB_CPU}_arch
CFLAGS+= -I${.CURDIR}/${TARGET_ARCH}
CFLAGS+= -I${SRCDIR}/binutils -I${SRCDIR}/bfd
CFLAGS+= -I${GDBDIR}/gdb -I${GDBDIR}/gdb/config
-CFLAGS+= -I${.CURDIR}/../../../../../include/gnu
+CFLAGS+= -I${DESTDIR}/usr/include/gnu
CFLAGS+= -I$(.CURDIR)
YFLAGS=
OpenPOWER on IntegriCloud