summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-23 10:59:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-23 10:59:22 +0000
commit1cd9c90dc94714b358b7f968122f00088c852763 (patch)
treee28d21dad18d52c550f23f5e5d0025202b253316
parentc94a8080d840d47e02b63eda74d26889aa8867fa (diff)
Update.
1998-09-23 Ulrich Drepper <drepper@cygnus.com> * Makefile [no install_root] (LOCALEDEF): Run localedef using jsut built ld.so.
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 99b9078b2c..d920713908 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -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.
diff --git a/localedata/Makefile b/localedata/Makefile
index b8cbac0994..231f3ac5dc 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 \