From 925e31d9c22c5cdf1d80d9a5683523efc729cfd1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Aug 2000 22:53:40 +0000 Subject: Update. 2000-08-01 Ulrich Drepper Joseph S. Myers * math/tgmath.h: Make standard compliant. Don't ask how. 2000-07-04 H.J. Lu * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)): Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new". ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only. 2000-07-30 Maciej W. Rozycki * include/features.h (_XOPEN_SOURCE): Update the explanation. (__USE_LARGEFILE): Add an explanation. (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500. (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600. 2000-08-01 Ulrich Drepper * libio/Makefile: Enable exception handling for genops, wgenops, fileops, and wfileops. --- elf/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index 6290132..7dc4f7c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -174,17 +174,12 @@ CPPFLAGS-dl-load.c = -I$(objpfx). ifeq (yes,$(build-shared)) $(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force) $(make-target-directory) - $(INSTALL_PROGRAM) $< $@.new + $(do-install-program) $(inst_slibdir)/$(rtld-installed-name): \ $(inst_slibdir)/$(rtld-version-installed-name) \ $(inst_slibdir)/libc-$(version).so - rm -f $@ $< - $(symbolic-link-prog) $<.new $@ - ln $<.new $< - rm -f $@ - $(symbolic-link-prog) $(