mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
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:
parent
e6775534ae
commit
b0bcedef1a
@ -81,7 +81,7 @@ GENHDRS= \
|
||||
termcap.h \
|
||||
unctrl.h
|
||||
|
||||
SRCS= ${GENHDRS} ${GENSRCS}
|
||||
SRCS= ${GENHDRS} ${GENSRCS} ${SRCHDRS}
|
||||
|
||||
.PATH: ${NCURSES_DIR}/ncurses/base
|
||||
SRCS+= \
|
||||
|
Loading…
Reference in New Issue
Block a user