ncurses: add SRCHDRS (ncurses_dll.h) to tinfo SRCS

This avoids relying on the `includes` target to generate this header
which must be in .OBJDIR for the ncurses library to find it.

With an upcoming change libcompat build won't build a seperate
sysroot and will instead share with the 64-bit target which means the
`includes` target will not be called.

Sponsored by:	DARPA, AFRL

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D35510
This commit is contained in:
Brooks Davis 2022-06-17 20:34:58 +01:00
parent e6775534ae
commit b0bcedef1a

View file

@ -81,7 +81,7 @@ GENHDRS= \
termcap.h \
unctrl.h
SRCS= ${GENHDRS} ${GENSRCS}
SRCS= ${GENHDRS} ${GENSRCS} ${SRCHDRS}
.PATH: ${NCURSES_DIR}/ncurses/base
SRCS+= \