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