about summary refs log tree commit diff
path: root/localedata/Makefile
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 /localedata/Makefile
parentc94a8080d840d47e02b63eda74d26889aa8867fa (diff)
downloadglibc-1cd9c90dc94714b358b7f968122f00088c852763.tar.gz
glibc-1cd9c90dc94714b358b7f968122f00088c852763.tar.xz
glibc-1cd9c90dc94714b358b7f968122f00088c852763.zip
Update.
1998-09-23  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
	built ld.so.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \