diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 06:33:27 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 06:33:27 +0000 |
commit | d42e7f260fbcfd0dd79af1272475b0735e67501a (patch) | |
tree | 67e2ae68f060b2256d5bbc76a5f9466e5f535813 /gnu | |
parent | 35d98ca78283844ac08d1427314dbd2b6c0a259a (diff) | |
download | src-d42e7f260fbcfd0dd79af1272475b0735e67501a.tar.gz src-d42e7f260fbcfd0dd79af1272475b0735e67501a.zip |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gdb/doc/Makefile | 2 |
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> |