diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-04 23:06:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-04 23:06:08 +0000 |
commit | 4b0b5882391d3286130125c5c50860ba22d46246 (patch) | |
tree | 53554eb677b97e3d5aded50f2a1bb5452be4e23a /ChangeLog | |
parent | b710b53daf90b79b7f1a6caab5092043dff17604 (diff) | |
download | glibc-4b0b5882391d3286130125c5c50860ba22d46246.zip glibc-4b0b5882391d3286130125c5c50860ba22d46246.tar.gz glibc-4b0b5882391d3286130125c5c50860ba22d46246.tar.bz2 |
* csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static
pattern rule. The implicit rule could be ruled out when $(objpfx)
didn't exist at the time of its consideration (ugh!).
* Makerules (+make-deps): Fix target matching.
Use $(sed-remove-dotdot).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-05-04 Roland McGrath <roland@redhat.com> + + * csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static + pattern rule. The implicit rule could be ruled out when $(objpfx) + didn't exist at the time of its consideration (ugh!). + + * Makerules (+make-deps): Fix target matching. + Use $(sed-remove-dotdot). + 2003-05-03 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.c (main): Parse config file right after parsing |