summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gasp
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/gasp
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/gasp')
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile2
1 files changed, 1 insertions, 1 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}
OpenPOWER on IntegriCloud