From ce6c8db5c624fc0b1c5e95c097f498e856d8dcbd Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 31 Mar 2016 17:27:14 +0000 Subject: [PATCH] LIB32+WITHOUT_TOOLCHAIN: Fix build by staging includes. This is the same fix as r297281 for the normal build. Sponsored by: EMC / Isilon Storage Division --- Makefile.libcompat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index 8060acbcc84..3ab962f0d84 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -134,7 +134,8 @@ build${libcompat}: .PHONY ln -sf ${.CURDIR}/sys ${WORLDTMP} .for _t in obj includes .for _dir in ${_LC_INCDIRS} - ${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} DIRPRFX=${_dir}/ ${_t} + ${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} MK_INCLUDES=yes \ + DIRPRFX=${_dir}/ ${_t} .endfor .endfor .for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic