(install-locales): Remove the -u switch from localedef command line.

This commit is contained in:
Ulrich Drepper 2000-06-30 17:23:04 +00:00
parent e8c6a44246
commit acb53dc1ae

View File

@ -168,7 +168,6 @@ install-locales:
case $$locale in \#*) continue;; esac; \
$(LOCALEDEF) -i locales/`echo $$locale | sed 's/\([^.]*\).*/\1/'` \
-c -f charmaps/$$charset \
-u repertoiremaps/mnemonic.ds \
$(inst_localedir)/$$locale; \
done < SUPPORTED