Removed -I path to gdb's readline. This didn't do much in -current

because the -I path to config/libreadline had precedence, but in
2.2 it help hide the bug that the -I path to the non-contrib
libreadline was garbage.
This commit is contained in:
Bruce Evans 1997-06-30 23:10:54 +00:00
parent c3fa356aba
commit 68f69edcb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27118

View file

@ -6,6 +6,5 @@ INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
MAKEINFOFLAGS += -I ${SRCDIR}/../../readline/doc
.include <bsd.info.mk>