diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-24 23:09:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-24 23:09:42 +0000 |
commit | 80d4c3b06ebec23c32335d530d5d3f956dcff65b (patch) | |
tree | dffd4cb11f23bff8b13a4c762a164a3fc32e0948 /ChangeLog | |
parent | ff40792e78600bf9a4293f6d9dff587b5b949af1 (diff) | |
download | glibc-80d4c3b06ebec23c32335d530d5d3f956dcff65b.zip glibc-80d4c3b06ebec23c32335d530d5d3f956dcff65b.tar.gz glibc-80d4c3b06ebec23c32335d530d5d3f956dcff65b.tar.bz2 |
* Makerules (install-others-programs-nosubdir): New target.
(install-no-libc.a-nosubdir): Depend on it.
* iconv/Makefile (install-others-programs): Set this instead of
install-others.
* login/Makefile (install-others-programs): Likewise.
* posix/Makefile (install-others-programs): Likewise.
* Makerules (install-no-libc.a-nosubdir): Clean up conditional
dependencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-07-24 Roland McGrath <roland@redhat.com> + + * Makerules (install-others-programs-nosubdir): New target. + (install-no-libc.a-nosubdir): Depend on it. + + * iconv/Makefile (install-others-programs): Set this instead of + install-others. + * login/Makefile (install-others-programs): Likewise. + * posix/Makefile (install-others-programs): Likewise. + + * Makerules (install-no-libc.a-nosubdir): Clean up conditional + dependencies. + 2007-07-23 Ulrich Drepper <drepper@redhat.com> * io/Makefile (tests): Add tst-posix_fallocate. |