diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-21 02:49:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-21 15:22:01 +0300 |
commit | d4c4b91fdb6fb6931e4b1c307b934012ed7fa6e3 (patch) | |
tree | 07478a2909328030a282fff1547b13739d174ba5 /Makefile.in | |
parent | 63cc1595cc11a573962999d5c7843992d6e3091c (diff) |
Add unoil and javaunohelper to cross-build-toolset, sigh
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 24e3a9d4070c..9cb63554835e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,9 @@ cross-build-toolset: l10ntools \ rsc \ setup_native \ - icc; do \ + icc \ + unoil \ + javaunohelper; 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 \ |