about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 99819855bb..60c69b2cf2 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -213,8 +213,9 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
 	echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
 	echo -n '...'; \
 	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
-	$(LOCALEDEF) -i locales/$$input -c -f charmaps/$$charset \
-		$(addprefix --prefix=,$(install_root)) $$locale; \
+	$(LOCALEDEF) --alias-file=../intl/locale.alias \
+		     -i locales/$$input -c -f charmaps/$$charset \
+		     $(addprefix --prefix=,$(install_root)) $$locale; \
 	echo ' done'; \
 
 # The mbwc-tests need some environment setup to find the locale data files