diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-15 14:26:56 -0500 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-18 12:07:51 +0000 |
commit | 162a4f8d01210bed52f348b74e076ff245c33309 (patch) | |
tree | a99eccf4cc1aac5530e7977e0cb365929df9cbf8 /Makefile.in | |
parent | ede5fccc348986528d52149426d344f880790637 (diff) |
remove cross_toolset
Change-Id: Ib707b3d17a2e091c150dc116f01c8d151d9461eb
Reviewed-on: https://gerrit.libreoffice.org/2193
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8f878406bd8a..e3472d6bba54 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,7 +297,7 @@ cross-toolset: bootstrap fetch # platform. see --with-cross-build in icu/ExternalProject_icu.mk $(GNUMAKE) gb_Side=build icu # - cd cross_toolset && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) + cd cross_tail_build && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) # # Install |