diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-23 10:59:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-23 10:59:22 +0000 |
commit | 1cd9c90dc94714b358b7f968122f00088c852763 (patch) | |
tree | e28d21dad18d52c550f23f5e5d0025202b253316 /localedata/Makefile | |
parent | c94a8080d840d47e02b63eda74d26889aa8867fa (diff) | |
download | glibc-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/Makefile | 2 |
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 \ |