Skip to content

Commit

Permalink
Correct last patch.
Browse files Browse the repository at this point in the history
	* Makerules (install): Correct last patch.

1997-10-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
  • Loading branch information
Ulrich Drepper committed Oct 29, 1997
1 parent e99ce13 commit fe4635f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
3 changes: 1 addition & 2 deletions Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe4635f

Please sign in to comment.