From fe4635fcae7a29fe688b048a2b1235bb89e05ec0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 29 Oct 1997 22:41:41 +0000 Subject: [PATCH] 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 9834caa..0119a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 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). 1997-10-29 21:20 Ulrich Drepper diff --git a/Makerules b/Makerules index cefd005..2ba27c4 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 -- 2.7.4