1998-09-23 Ulrich Drepper <drepper@cygnus.com>
* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
built ld.so.
+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.
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 \