about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-05-04 23:27:34 +0000
committerRoland McGrath <roland@gnu.org>2003-05-04 23:27:34 +0000
commitc6696b7957c62d89379d765c9a9008441ee7580c (patch)
tree88591bb3719915e92dbffb9f61816d412d12cc23 /ChangeLog
parent4b0b5882391d3286130125c5c50860ba22d46246 (diff)
downloadglibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.gz
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.xz
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.zip
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
	Depend on $(before-compile).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a57b1fc9..3dcc52e497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-05-04  Roland McGrath  <roland@redhat.com>
 
+	* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
+	Depend on $(before-compile).
+
 	* 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!).