diff options
author | peter <peter@FreeBSD.org> | 1997-01-12 06:33:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-01-12 06:33:27 +0000 |
commit | b1ad1fd1a75f3132597c45027836c895baa266e0 (patch) | |
tree | 67e2ae68f060b2256d5bbc76a5f9466e5f535813 /gnu | |
parent | 7505fe46ab450ca2ff6ab44d15c0691862c73986 (diff) | |
download | FreeBSD-src-b1ad1fd1a75f3132597c45027836c895baa266e0.zip FreeBSD-src-b1ad1fd1a75f3132597c45027836c895baa266e0.tar.gz |
Fix path to readline docs, since it's now in contrib
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 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> |