aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKelley Cook <kelleycook@wideopenwest.com>2003-07-10 20:46:28 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-07-10 20:46:28 +0000
commit38f4680f542122d06627905369389046efeb4289 (patch)
tree579de2a55a503bdd08f907899457942e67724200 /gcc
parent9cffadfb6a75b8b089c49ab2738a4e2be43ece0f (diff)
downloadgcc-38f4680f542122d06627905369389046efeb4289.zip
gcc-38f4680f542122d06627905369389046efeb4289.tar.gz
gcc-38f4680f542122d06627905369389046efeb4289.tar.bz2
oops
From-SVN: r69203
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 36267f9..16da545 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
+
+ * Makefile.in (options.h): Depend on Makefile. Add move-if-change
+ to opts.sh command line.
+ * opts.sh: Write to temporary files with a move-if-change at the end.
+
2003-06-30 Denis Chertykov <denisc@overta.ru>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>