summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/gdb/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile
index f40b7a2..9e9c9ea 100644
--- a/gnu/usr.bin/gdb/doc/Makefile
+++ b/gnu/usr.bin/gdb/doc/Makefile
@@ -3,6 +3,6 @@ INFO = gdb gdbint stabs annotate
INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
-MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc
+MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
.include <bsd.info.mk>
OpenPOWER on IntegriCloud