diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-10 09:32:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-10 09:35:02 +0300 |
commit | 0abcc8b6e3721e6bc50651bb961cafc72d824bb6 (patch) | |
tree | f4565667f71edd101176f0d1e7108876a2a568ba /i18npool/source/collator | |
parent | dd1e686fed8dddf641266637c51b48754c75d280 (diff) |
Don't pointlessly build the i18npool build-time tools when cross-compiling
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r-- | i18npool/source/collator/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/source/collator/makefile.mk b/i18npool/source/collator/makefile.mk index 654b857b7d25..b9be239a00e4 100644 --- a/i18npool/source/collator/makefile.mk +++ b/i18npool/source/collator/makefile.mk @@ -49,6 +49,8 @@ SLOFILES= \ $(SLO)$/chaptercollator.obj \ $(rules_obj) +.IF "$(CROSS_COMPILING)" != "YES" + APP1TARGET = gencoll_rule APP1RPATH = NONE @@ -61,6 +63,8 @@ APP1STDLIBS = $(SALLIB) \ $(ICUUCLIB) \ $(ICUDATALIB) +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |