Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 May 1999 11:05:41 +0000 (11:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 May 1999 11:05:41 +0000 (11:05 +0000)
1999-05-18  Ulrich Drepper  <drepper@cygnus.com>

* Makefile (LOCALEDEF): Add I18NPATH definition to find the
correct sources.

localedata/ChangeLog
localedata/Makefile

index a699f2c..e3bff42 100644 (file)
@@ -1,3 +1,8 @@
+1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile (LOCALEDEF): Add I18NPATH definition to find the
+       correct sources.
+
 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
 
        * locales/ru_RU: Abbreviate Saturday Sbt.
index c071f53..f4260cb 100644 (file)
@@ -86,7 +86,7 @@ endif
 endif
 
 # Sometimes the whole collection of locale files should be installed.
-LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
+LOCALEDEF=I18NPATH=. $(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
 install-locales:
        while read locale charset; do \
           case $$locale in \#*) continue;; esac; \