summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-01 07:16:00 +0000
committerPaul Smith <psmith@gnu.org>2010-07-01 07:16:00 +0000
commit97f106fa105b5d776fb0d6ce3b60493d25f825f4 (patch)
tree9cf631098d2192cc794e46ade74789daca21ea9e /ChangeLog
parent7746a1f74fa7696452a3c25953c7fb9a5feb5a6c (diff)
downloadgunmake-97f106fa105b5d776fb0d6ce3b60493d25f825f4.tar.gz
- Add whitespace to command line invocation in features/recursion
- Set up .FEATURES with separate calls for optional features, as some compilers don't like conditionals inside macro invocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58eb673..0768309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-01 Paul Smith <psmith@gnu.org>
+
+ * main.c (main): Append optional features using separate calls.
+ Not as efficient but not all compilers allow conditionals inside
+ macro calls. Fixes Savannah bug #29244.
+
2010-01-10 Paul Smith <psmith@gnu.org>
* make.h (patheq): Rename strieq() to patheq() for clarity.