lib_gen.c now also depends on ncurses_dll.h specify it to prevent some breakage
if ncurses_dll.h is already present in base while building
This commit is contained in:
parent
8209febbb3
commit
9b61ffab6b
@ -345,7 +345,7 @@ names.c: MKnames.awk
|
||||
codes.c: MKcodes.awk
|
||||
${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKcodes.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > codes.c
|
||||
|
||||
lib_gen.c: MKlib_gen.sh curses.h
|
||||
lib_gen.c: MKlib_gen.sh curses.h ncurses_dll.h
|
||||
LC_ALL=C sh ${NCURSES_DIR}/ncurses/base/MKlib_gen.sh "${CPP:N${CCACHE_BIN}} ${CPPFLAGS}" \
|
||||
"${AWK}" generated < curses.h >$@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user