Fix bogosity with gdb documentation path.

Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
This commit is contained in:
Jordan K. Hubbard 1997-01-07 04:41:18 +00:00
parent 6a05353cb8
commit 655ad55f9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21388

View File

@ -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>