summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-02 23:38:39 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-02 23:38:39 -0800
commite19df24ea8f88e8795f139267a675035c11bbd90 (patch)
treeb4935ecf06bfaa22c4a447226eddb4493a5b870d /ChangeLog
parent1ce787c77ed5aa1acee6428bd324add0b633ddef (diff)
downloadtxr-e19df24ea8f88e8795f139267a675035c11bbd90.tar.gz
txr-e19df24ea8f88e8795f139267a675035c11bbd90.tar.bz2
txr-e19df24ea8f88e8795f139267a675035c11bbd90.zip
* Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it.
(y.tab.c, y.tab.h): Remove y.tab.c before running yacc. Write-protect y.tab.c, not $@, which could expand to the y.tab.h target if that is what triggered the rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d39cc8a1..bbc66d65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-03-02 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it.
+ (y.tab.c, y.tab.h): Remove y.tab.c before running yacc. Write-protect
+ y.tab.c, not $@, which could expand to the y.tab.h target if that is
+ what triggered the rule.
+
+2014-03-02 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Incorporating more corrections from Roman Mishin.
2014-03-02 Kaz Kylheku <kaz@kylheku.com>