Correct last patch.

* Makerules (install): Correct last patch.

1997-10-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
This commit is contained in:
Ulrich Drepper 1997-10-29 22:41:41 +00:00
parent e99ce132ae
commit fe4635fcae
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1997-10-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* Makerules (install): Correct last patch.
1997-10-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* math/libm-test.c (cbrt_test): Add epsilon for cbrt(0.970299).

View File

@ -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