aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-29 21:01:00 +0000
committerRoland McGrath <roland@gnu.org>2002-12-29 21:01:00 +0000
commitc7371e6e47d6c1607f1dcd6434cc1e181e5e1872 (patch)
tree471cbb4f7a55db837562f3db531a89778e0bfb04 /ChangeLog
parentaca45639578775291f1fde9d8f63629d4f72a414 (diff)
downloadglibc-c7371e6e47d6c1607f1dcd6434cc1e181e5e1872.zip
glibc-c7371e6e47d6c1607f1dcd6434cc1e181e5e1872.tar.gz
glibc-c7371e6e47d6c1607f1dcd6434cc1e181e5e1872.tar.bz2
* Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
pattern for prepending $(..) so it doesn't affect $(foo).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8823106..8cf0aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-12-29 Roland McGrath <roland@redhat.com>
+ * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
+ pattern for prepending $(..) so it doesn't affect $(foo).
+
* math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
2002-12-29 Jakub Jelinek <jakub@redhat.com>