aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>1999-01-25 15:10:10 +0100
committerGerald Pfeifer <gerald@gcc.gnu.org>1999-01-25 14:10:10 +0000
commitbdf32ae50a0edc78c711a5ae923de3bae6ca988c (patch)
tree9095e3d7931368de4c72c93cc5a0c5978f342de6 /contrib/ChangeLog
parentf13eb63a4210052ce431237de467696fe205879b (diff)
downloadgcc-bdf32ae50a0edc78c711a5ae923de3bae6ca988c.zip
gcc-bdf32ae50a0edc78c711a5ae923de3bae6ca988c.tar.gz
gcc-bdf32ae50a0edc78c711a5ae923de3bae6ca988c.tar.bz2
egcs_update: Use "if" instead of "&&".
* egcs_update: Use "if" instead of "&&". Touch generated files only after the corresponding *.y files. From-SVN: r24860
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 382341b..e5decf4 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * egcs_update: Use "if" instead of "&&". Touch generated files
+ only after the corresponding *.y files.
+
1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* egcs_update: Do not use xargs, but a backquote construct.