diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile index f40b7a21f2f..9e9c9ea34b2 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