(install-locales): Remove the -u switch from localedef command line.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jun 2000 17:23:04 +0000 (17:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jun 2000 17:23:04 +0000 (17:23 +0000)
localedata/Makefile

index 33c080e..af70f7c 100644 (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