diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 23:38:39 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 23:38:39 -0800 |
commit | e19df24ea8f88e8795f139267a675035c11bbd90 (patch) | |
tree | b4935ecf06bfaa22c4a447226eddb4493a5b870d /ChangeLog | |
parent | 1ce787c77ed5aa1acee6428bd324add0b633ddef (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |