diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-05 19:28:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-05 19:28:17 +0000 |
commit | 3ff37e899a3fbb0c21ab6a2c5ab126b419326071 (patch) | |
tree | 7b7089be3c94516e8d241712b8fd209ce07116cf /ChangeLog | |
parent | c440fa7584820d27459bf5bc3a3d697eb495d96b (diff) | |
download | glibc-3ff37e899a3fbb0c21ab6a2c5ab126b419326071.tar.gz glibc-3ff37e899a3fbb0c21ab6a2c5ab126b419326071.tar.xz glibc-3ff37e899a3fbb0c21ab6a2c5ab126b419326071.zip |
* Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
$(inst_slibdir) in AS_NEEDED directive.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95d3a9e799..445b3ade0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-05 Jakub Jelinek <jakub@redhat.com> + + * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of + $(inst_slibdir) in AS_NEEDED directive. + 2005-03-03 Jakub Jelinek <jakub@redhat.com> * posix/bits/unistd.h (pread, pread64): Don't swap function arguments. |