diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-10 01:46:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-10 01:46:43 +0000 |
commit | 69e094203aa2ca3114c2209659cbde00464ad6e7 (patch) | |
tree | 56db932893398f5e266a2b005c2882834bd38290 | |
parent | ac2d6e9bae6358ac798bcb9b323ad74b34c77499 (diff) | |
download | glibc-69e094203aa2ca3114c2209659cbde00464ad6e7.tar.gz glibc-69e094203aa2ca3114c2209659cbde00464ad6e7.tar.xz glibc-69e094203aa2ca3114c2209659cbde00464ad6e7.zip |
* elf/Makefile ($(objpfx)reldep5.out): Fix dependency typo,
so we depend on $(objpfx)reldepmod6.so as intended.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66e075fb16..3e81ac7fca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-09 Roland McGrath <roland@redhat.com> + + * elf/Makefile ($(objpfx)reldep5.out): Fix dependency typo, + so we depend on $(objpfx)reldepmod6.so as intended. + 2006-01-09 Ulrich Drepper <drepper@redhat.com> [BZ #2126] |