diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:26:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:26:58 +0300 |
commit | 9e75b2650f160bcd8ddadb10751c0ee12109e985 (patch) | |
tree | aa97346b1e9bacd368e1d684f0cd3c518bd86637 /Makefile.in | |
parent | 715954b80b053c5056ed2a84856d2b31362571e4 (diff) |
Add shell to cross-build-toolset
lngconvex is needed when cross-building to Windows.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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 \ |