aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 00:46:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 00:46:01 +0000
commit460adbb8475bffc72e749fe841e737e18154b8f5 (patch)
tree540e228ac1a0ae5edc8bc0bfa4d65a034b357562 /elf/Makefile
parent4cec02b2ba18a18203c2a0008de8d35f46f92de8 (diff)
downloadglibc-460adbb8475bffc72e749fe841e737e18154b8f5.zip
glibc-460adbb8475bffc72e749fe841e737e18154b8f5.tar.gz
glibc-460adbb8475bffc72e749fe841e737e18154b8f5.tar.bz2
Update comment about _SLOWDOWN flags.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 1244e23..8d4a3da 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -157,11 +157,18 @@ CPPFLAGS-dl-load.c = -I$(objpfx).
ifeq (yes,$(build-shared))
$(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
- $(do-install-program)
+ $(make-target-directory)
+ $(INSTALL_PROGRAM) $< $@.new
$(inst_slibdir)/$(rtld-installed-name): \
- $(inst_slibdir)/$(rtld-version-installed-name)
- $(make-shlib-link)
+ $(inst_slibdir)/$(rtld-version-installed-name) \
+ $(inst_slibdir)/libc-$(version).so
+ rm -f $@ $<
+ $(symbolic-link-prog) $<.new $@
+ ln $<.new $<
+ rm -f $@
+ $(symbolic-link-prog) $(<F) $@
+ rm -f $<.new
# Special target called by parent to install just the dynamic linker.
.PHONY: ldso_install