diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-11 21:33:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-11 21:33:17 +0000 |
commit | d8c7ef98c193aa032327efcb7cab081da4025908 (patch) | |
tree | e628cc26cb2a392cf71814d5ed57424c241f01cf /ChangeLog | |
parent | 852fc4b91e0c657e02c7d15bc24fbbae066ccae3 (diff) | |
download | glibc-d8c7ef98c193aa032327efcb7cab081da4025908.zip glibc-d8c7ef98c193aa032327efcb7cab081da4025908.tar.gz glibc-d8c7ef98c193aa032327efcb7cab081da4025908.tar.bz2 |
* string/basename.c (basename): Cast FILENAME to char * for return.
* Makerules ($(libdir)/libc.so): Put $(rtld-installed) name between
libc.so and libc.a in the deps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Tue Jun 11 15:09:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * string/basename.c (basename): Cast FILENAME to char * for return. + + * Makerules ($(libdir)/libc.so): Put $(rtld-installed) name between + libc.so and libc.a in the deps. + * elf/Makefile ($(objpfx)$(rtld-installed-name)): New target to make link to ld.so if that is not the installed name. (lib-noranlib): Depend on the installed name in the build directory |