[Libreoffice-commits] .: Makefile.in

Tor Lillqvist tml at kemper.freedesktop.org
Sun Jun 5 16:02:23 PDT 2011


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

New commits:
commit dbbdf51810fbb028ac31e56bde7511e6afcf1dff
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jun 6 02:02:06 2011 +0300

    Add glib to cross-build-toolset as the glib configury needs glib-genmarshal

diff --git a/Makefile.in b/Makefile.in
index 2fc461f..8de319e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,8 @@ cross-build-toolset:
 	(cd offapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
 	(cd oovbaapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
 	(cd codemaker && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
-	(cd ridljar && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl)
+	(cd ridljar && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
+	(cd glib && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl)
 endif
 
 install:


More information about the Libreoffice-commits mailing list