diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-17 01:08:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-17 01:08:25 +0000 |
commit | d17e960c2bb10746bda675deb88d8b496f834eba (patch) | |
tree | d1c57ef2366aaa53c1b0bd88267c1646966a042a /ChangeLog | |
parent | deab9deadc372fe1a367aef2e78c0d8f2885bf23 (diff) | |
download | glibc-d17e960c2bb10746bda675deb88d8b496f834eba.tar.gz glibc-d17e960c2bb10746bda675deb88d8b496f834eba.tar.xz glibc-d17e960c2bb10746bda675deb88d8b496f834eba.zip |
* elf/Makefile (install-others): Add missing slash.
* elf/ldd.sh.in: Prepend `./' to relative file names so ld.so won't search LD_LIBRARY_PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5e0887b88a..f427e33cea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * elf/Makefile (install-others): Add missing slash. + + * elf/ldd.sh.in: Prepend `./' to relative file names so ld.so + won't search LD_LIBRARY_PATH. + * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). * configure.in: Grok arg --enable-libio. ($stdio = libio): Define USE_IN_LIBIO. |