summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-30 23:10:54 +0000
committerbde <bde@FreeBSD.org>1997-06-30 23:10:54 +0000
commit037db6bca4c46d47442934ef43cb479f14cc3b3e (patch)
tree324b7cf1ab5d7b7795731a517008e9509a33a5fc /gnu
parent9b2a176deac58f8860cc0fdd27710f2ce881f224 (diff)
downloadFreeBSD-src-037db6bca4c46d47442934ef43cb479f14cc3b3e.zip
FreeBSD-src-037db6bca4c46d47442934ef43cb479f14cc3b3e.tar.gz
Removed -I path to gdb's readline. This didn't do much in -current
because the -I path to config/libreadline had precedence, but in 2.2 it help hide the bug that the -I path to the non-contrib libreadline was garbage.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/doc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile
index a7e97f7..896ba78 100644
--- a/gnu/usr.bin/gdb/doc/Makefile
+++ b/gnu/usr.bin/gdb/doc/Makefile
@@ -6,6 +6,5 @@ INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
-MAKEINFOFLAGS += -I ${SRCDIR}/../../readline/doc
.include <bsd.info.mk>
OpenPOWER on IntegriCloud