diff options
author | Paul Smith <psmith@gnu.org> | 2010-07-01 07:16:00 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-07-01 07:16:00 +0000 |
commit | 97f106fa105b5d776fb0d6ce3b60493d25f825f4 (patch) | |
tree | 9cf631098d2192cc794e46ade74789daca21ea9e /ChangeLog | |
parent | 7746a1f74fa7696452a3c25953c7fb9a5feb5a6c (diff) | |
download | gunmake-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |