summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 00:06:33 +0000
committerache <ache@FreeBSD.org>2004-02-17 00:06:33 +0000
commit6fd2831bd0d98812243a2b8cdefde3001811ecab (patch)
treedfe7aa1b8bb1316b58f35623c0fc7a449912d41d /gnu
parentaa6fd8453d328d418a384fa01af5cd4c58f417c9 (diff)
downloadFreeBSD-src-6fd2831bd0d98812243a2b8cdefde3001811ecab.zip
FreeBSD-src-6fd2831bd0d98812243a2b8cdefde3001811ecab.tar.gz
Remove old explicit -I${DESTDIR}/usr/include/readline
it is no longer needed
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 67e8924..bd33327 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -59,7 +59,7 @@ 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$(.CURDIR) -I${DESTDIR}/usr/include/readline
+CFLAGS+= -I$(.CURDIR)
YFLAGS=
OpenPOWER on IntegriCloud