summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/doc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile
index f124be4..a7e97f7 100644
--- a/gnu/usr.bin/gdb/doc/Makefile
+++ b/gnu/usr.bin/gdb/doc/Makefile
@@ -1,13 +1,11 @@
INFO = gdb gdbint stabs annotate
-GDBDIR= ${.CURDIR}/../../../../contrib/gdb
-.PATH: ${GDBDIR}/gdb/doc
+SRCDIR= ${.CURDIR}/../../../../contrib/gdb/gdb/doc
INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
-MAKEINFOFLAGS += -I ${GDBDIR}/gdb/doc
-MAKEINFOFLAGS += -I ${GDBDIR}/../libreadline/doc
-MAKEINFOFLAGS += -I ${GDBDIR}/readline/doc
+MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
+MAKEINFOFLAGS += -I ${SRCDIR}/../../readline/doc
.include <bsd.info.mk>
OpenPOWER on IntegriCloud