From fe4635fcae7a29fe688b048a2b1235bb89e05ec0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 29 Oct 1997 22:41:41 +0000 Subject: Correct last patch. * Makerules (install): Correct last patch. 1997-10-29 Andreas Jaeger --- ChangeLog | 4 ++++ Makerules | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9834caaac6..0119a22520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1997-10-29 Andreas Jaeger + + * Makerules (install): Correct last patch. + 1997-10-29 Andreas Jaeger * math/libm-test.c (cbrt_test): Add epsilon for cbrt(0.970299). diff --git a/Makerules b/Makerules index cefd005d5d..2ba27c4bb2 100644 --- a/Makerules +++ b/Makerules @@ -693,8 +693,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \ echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \ '$(slibdir)/$(rtld-installed-name)' \ '$(libdir)/lib$(libc-name).a' \ - ')' > $@.new - mv -f $@.new $@ + ) > $@.new mv -f $@.new $@ endif -- cgit v1.2.3