summaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-28 20:04:31 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-28 20:04:31 +0530
commit8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f (patch)
treebb2fcacf8d2ff7992384b11da754fa499e7bf891 /localedata
parent0422ed1e84d923023f3bd57e723d3d4dc7569901 (diff)
localedata: Remove duplicate cs_CZ from LOCALES
The LOCALES variable in the localedata had two instances of cs_CZ which generated the following warning: ../gen-locales.mk:11: target '/opt/build/localedata/cs_CZ.UTF-8/LC_CTYPE' given more than once in the same rule Dropped the duplicate entry.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 6e4f9eaf3a..b9f77d6c29 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -108,7 +108,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
- pl_PL.UTF-8 cs_CZ.UTF-8
+ pl_PL.UTF-8
include ../gen-locales.mk
endif