ncurses: fix libcompat (lib32 for example) building

This commit is contained in:
Baptiste Daroussin 2021-10-04 14:16:32 +02:00
parent 27803b54db
commit cc46927f8a

View file

@ -45,7 +45,7 @@ _LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
_LC_INCDIRS= \
include \
lib/ncurses/ncurses \
lib/ncurses/tinfo \
${_LC_LIBDIRS.yes}
.if ${MK_FILE} != "no"
@ -94,7 +94,7 @@ build${libcompat}: .PHONY
DIRPRFX=${_dir}/ ${_t}
.endfor
.endfor
.for _dir in lib/ncurses/ncurses ${_libmagic} ${_jevents}
.for _dir in lib/ncurses/tinfo ${_libmagic} ${_jevents}
.for _t in ${_obj} build-tools
${_+_}cd ${.CURDIR}/${_dir}; \
WORLDTMP=${WORLDTMP} \