summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-24 16:26:55 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-24 16:26:58 +0300
commit9e75b2650f160bcd8ddadb10751c0ee12109e985 (patch)
treeaa97346b1e9bacd368e1d684f0cd3c518bd86637 /Makefile.in
parentadditional native modules needed for crosscompile (diff)
downloadcore-9e75b2650f160bcd8ddadb10751c0ee12109e985.tar.gz
core-9e75b2650f160bcd8ddadb10751c0ee12109e985.zip
Add shell to cross-build-toolset
lngconvex is needed when cross-building to Windows.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 630b0e95d3d5..afb2022ebccd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -81,7 +81,8 @@ cross-build-toolset:
unoil \
javaunohelper \
unotools \
- xmlhelp; do \
+ xmlhelp \
+ shell; do \
if grep -q gb_Module_add_targets $$D/Module_$$D.mk 2>/dev/null; then \
(cd $$D && make -sr -j@BUILD_MAX_JOBS@) \
else \