diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-06 10:48:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-06 16:08:31 +0300 |
commit | 73bedae49ae9dc3e166b73bd6c0e01cceadf6e13 (patch) | |
tree | 5c3cfaba1a01417109d086beba4ca3e466395225 | |
parent | 9ad5f91bc86ca322f4bb0735b31b38494d8ca35d (diff) |
Add gettext to cross-build-toolset
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8de319e12494..876b81e1db6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,8 @@ cross-build-toolset: (cd oovbaapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd codemaker && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd ridljar && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ - (cd glib && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) + (cd glib && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ + (cd gettext && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) endif install: |