summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_treex.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-02 18:56:17 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-02 20:58:32 +0100
commit1658e4efac5fc851b322103ed40545fa263ae280 (patch)
treeea7837941d9818b65eb36e44ceeb86b0d819ab81 /l10ntools/Executable_treex.mk
parentWaE: explicitly do nothing when nothing needs to be done (diff)
downloadcore-1658e4efac5fc851b322103ed40545fa263ae280.tar.gz
core-1658e4efac5fc851b322103ed40545fa263ae280.zip
RepositoryExternal.mk: clean up awful icudata/icui18n duplication
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
Diffstat (limited to 'l10ntools/Executable_treex.mk')
-rw-r--r--l10ntools/Executable_treex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/Executable_treex.mk b/l10ntools/Executable_treex.mk
index af77c71a1546..2cdb1b2de4a2 100644
--- a/l10ntools/Executable_treex.mk
+++ b/l10ntools/Executable_treex.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Executable_add_exception_objects,treex,\
$(eval $(call gb_Executable_use_externals,treex,\
libxml2 \
icuuc \
- $(if $(filter MSC,$(COM)),icuin,icui18n) \
+ icui18n \
))
# vim: set noet sw=4 ts=4: