summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-05 19:28:17 +0000
committerRoland McGrath <roland@gnu.org>2005-03-05 19:28:17 +0000
commit3ff37e899a3fbb0c21ab6a2c5ab126b419326071 (patch)
tree7b7089be3c94516e8d241712b8fd209ce07116cf /ChangeLog
parentc440fa7584820d27459bf5bc3a3d697eb495d96b (diff)
downloadglibc-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--ChangeLog5
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.