From 655ad55f9cede6e741b5077c4cd7db338c6e950b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 7 Jan 1997 04:41:18 +0000 Subject: [PATCH] Fix bogosity with gdb documentation path. Submitted-By: Chuck Robey (with fix from me) --- gnu/usr.bin/gdb/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile index af61ced536d..7adc0a0e71e 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