[Libreoffice-commits] .: Makefile.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 6 06:08:58 PDT 2011
Makefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2f634d8c0ef4dde794a2f18aa5dec20d05a618db
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Jun 6 10:48:33 2011 +0300
Add gettext to cross-build-toolset
diff --git a/Makefile.in b/Makefile.in
index 8de319e..876b81e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,8 @@ cross-build-toolset:
(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 glib && 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) && \
+ (cd gettext && 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