diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-04 01:18:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-04 01:18:10 +0000 |
commit | 2e516341fa742b2d7162934143d6ff394e63c93b (patch) | |
tree | c8e295738000001753fa7415c5386ad8a961660c /ChangeLog | |
parent | 299a95b9f048679f1288512b0a6ab6ca16dd9d7c (diff) | |
download | glibc-2e516341fa742b2d7162934143d6ff394e63c93b.tar.gz glibc-2e516341fa742b2d7162934143d6ff394e63c93b.tar.xz glibc-2e516341fa742b2d7162934143d6ff394e63c93b.zip |
Wed Apr 3 17:10:44 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> cvs/libc-960405 cvs/libc-960404
* extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx). * Makerules ($(install-lib) rules): Find libs with $(common-objpfx) instead of $(objpfx).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac276db283..65293eabdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 3 17:10:44 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> + + * extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx). + * Makerules ($(install-lib) rules): Find libs with $(common-objpfx) + instead of $(objpfx). + Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * posix/glob.c (glob_pattern_p): Avoid scanning past eos if |