From: Ulrich Drepper Date: Wed, 23 Sep 1998 10:59:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_97~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd9c90dc94714b358b7f968122f00088c852763;p=thirdparty%2Fglibc.git Update. 1998-09-23 Ulrich Drepper * Makefile [no install_root] (LOCALEDEF): Run localedef using jsut built ld.so. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 99b9078b2ce..d920713908d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +1998-09-23 Ulrich Drepper + + * Makefile [no install_root] (LOCALEDEF): Run localedef using jsut + built ld.so. + 1998-06-15 Ulrich Drepper * Makefile: Add more dependecies for running tests. diff --git a/localedata/Makefile b/localedata/Makefile index b8cbac0994e..231f3ac5dc3 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -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 \