1999-05-18 Ulrich Drepper <drepper@cygnus.com>
* Makefile (LOCALEDEF): Add I18NPATH definition to find the
correct sources.
+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.
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; \