[Libreoffice-commits] .: Makefile.in

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jun 24 06:27:49 PDT 2011


 Makefile.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5f77b98ae807ed4f690c82ccae17c0f8c9a031d4
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jun 24 16:26:55 2011 +0300

    Add shell to cross-build-toolset
    
    lngconvex is needed when cross-building to Windows.

diff --git a/Makefile.in b/Makefile.in
index 630b0e9..afb2022 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 at BUILD_MAX_JOBS@) \
 	    else \


More information about the Libreoffice-commits mailing list