summaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-31 17:27:14 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-31 17:27:14 +0000
commitce6c8db5c624fc0b1c5e95c097f498e856d8dcbd (patch)
tree4d15464d393cf48e0bc21693c587560c936fe242 /Makefile.libcompat
parentc0f5aeb0329d71e6b02379133c0c9c0145c9afea (diff)
downloadsrc-test-ce6c8db5c624fc0b1c5e95c097f498e856d8dcbd.tar.gz
src-test-ce6c8db5c624fc0b1c5e95c097f498e856d8dcbd.zip
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
Notes
Notes: svn path=/head/; revision=297462
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 8060acbcc847f..3ab962f0d847c 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