From 9e75b2650f160bcd8ddadb10751c0ee12109e985 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 24 Jun 2011 16:26:55 +0300 Subject: Add shell to cross-build-toolset lngconvex is needed when cross-building to Windows. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 \ -- cgit