libcompat: remove redundant path for ncurses
Reported by: kevans
This commit is contained in:
parent
d146f83180
commit
8537f16249
@ -94,7 +94,7 @@ build${libcompat}: .PHONY
|
|||||||
DIRPRFX=${_dir}/ ${_t}
|
DIRPRFX=${_dir}/ ${_t}
|
||||||
.endfor
|
.endfor
|
||||||
.endfor
|
.endfor
|
||||||
.for _dir in lib/ncurses/ncurses lib/ncurses/ncurses ${_libmagic} ${_jevents}
|
.for _dir in lib/ncurses/ncurses ${_libmagic} ${_jevents}
|
||||||
.for _t in ${_obj} build-tools
|
.for _t in ${_obj} build-tools
|
||||||
${_+_}cd ${.CURDIR}/${_dir}; \
|
${_+_}cd ${.CURDIR}/${_dir}; \
|
||||||
WORLDTMP=${WORLDTMP} \
|
WORLDTMP=${WORLDTMP} \
|
||||||
|
Loading…
Reference in New Issue
Block a user