1999-05-18  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (LOCALEDEF): Add I18NPATH definition to find the
	correct sources.
This commit is contained in:
Ulrich Drepper 1999-05-18 11:05:41 +00:00
parent 407d26b705
commit 37206c3adc
2 changed files with 6 additions and 1 deletions

View 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.

View 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; \