aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-01-12 06:33:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-01-12 06:33:27 +0000
commitd42e7f260fbcfd0dd79af1272475b0735e67501a (patch)
tree67e2ae68f060b2256d5bbc76a5f9466e5f535813 /gnu
parent35d98ca78283844ac08d1427314dbd2b6c0a259a (diff)
downloadsrc-d42e7f260fbcfd0dd79af1272475b0735e67501a.tar.gz
src-d42e7f260fbcfd0dd79af1272475b0735e67501a.zip
Notes
Diffstat (limited to 'gnu')
-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 f40b7a21f2f1..9e9c9ea34b26 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>