1998-09-23  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
	built ld.so.
This commit is contained in:
Ulrich Drepper 1998-09-23 10:59:22 +00:00
parent c94a8080d8
commit 1cd9c90dc9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-09-23 Ulrich Drepper <drepper@cygnus.com>
* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
built ld.so.
1998-06-15 Ulrich Drepper <drepper@cygnus.com>
* Makefile: Add more dependecies for running tests.

View File

@ -83,7 +83,7 @@ endif
ifneq ($(install_root),)
LOCALEDEF=chroot $(install_root) $(bindir)/localedef
else
LOCALEDEF=$(common-objpfx)locale/localedef
LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
endif
install-locales:
while read locale charset; do \