diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-07 04:41:18 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-07 04:41:18 +0000 |
commit | b5b43871ac9e5f78455d5b87d8267d857ab4a9a1 (patch) | |
tree | 7201c53fcb59f8153d7a14282436c469de6f7b21 /gnu | |
parent | 86fe726899d40fcd013c56f653aa8c14eba47b43 (diff) | |
download | FreeBSD-src-b5b43871ac9e5f78455d5b87d8267d857ab4a9a1.zip FreeBSD-src-b5b43871ac9e5f78455d5b87d8267d857ab4a9a1.tar.gz |
Fix bogosity with gdb documentation path.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
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 af61ced..7adc0a0 100644 --- a/gnu/usr.bin/gdb/doc/Makefile +++ b/gnu/usr.bin/gdb/doc/Makefile @@ -1,4 +1,4 @@ INFO = gdb gdbint stabs annotate -MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc +MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc .include <bsd.info.mk> |