diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-06 02:02:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-06 02:02:06 +0300 |
commit | 8ec8a6bb0da32cf902008992db2914cb1bdcf33b (patch) | |
tree | fcc3f8f5a8ba34703a31bd8394c923f2b9dbdfab /Makefile.in | |
parent | ffa0bd23f090d1a5e79e3ba66da73a68b3e6ca58 (diff) |
Add glib to cross-build-toolset as the glib configury needs glib-genmarshal
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2fc461f6b72f..8de319e12494 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,8 @@ cross-build-toolset: (cd offapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (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 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) endif install: |