diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-09 20:33:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-09 20:33:21 -0800 |
commit | 8da2bf1c19a197df13928c18cd8e4317b9934c66 (patch) | |
tree | 8af5d41ff984d1249dcd80b106c7d2786854bccb /ChangeLog | |
parent | bf296b3008be7e17074ccb1a95bc1d560c390e02 (diff) | |
download | txr-8da2bf1c19a197df13928c18cd8e4317b9934c66.tar.gz txr-8da2bf1c19a197df13928c18cd8e4317b9934c66.tar.bz2 txr-8da2bf1c19a197df13928c18cd8e4317b9934c66.zip |
* Makefile: Add dependency froml $(EXTRA_OBJS-y) to header
file and config.h, so windows resource file is rebuilt
when the version changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-02-09 Kaz Kylheku <kaz@kylheku.com> + * Makefile: Add dependency froml $(EXTRA_OBJS-y) to header + file and config.h, so windows resource file is rebuilt + when the version changes. + +2015-02-09 Kaz Kylheku <kaz@kylheku.com> + * Makefile: Removing bogus eval which refers to nonexistent DEP_INSTANTIATE macro. |