diff options
author | Paul Smith <psmith@gnu.org> | 2011-11-14 07:31:06 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-11-14 07:31:06 +0000 |
commit | 4f47fbf953faae5d38bdc4e709aa8872e3914418 (patch) | |
tree | dfbddc44d0a293c59a1621b2c363bbed671c0e7f /ChangeLog | |
parent | 9fcd90e36cf2ae981199ea185566c71f5742a5c9 (diff) | |
download | gunmake-4f47fbf953faae5d38bdc4e709aa8872e3914418.tar.gz |
Be sure to start parsing prereqs in the right place even if there are
escape characters (backslashes) in the target name.
See Savannah bug #33399
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-11-14 Paul Smith <psmith@gnu.org> + + * read.c (eval): parse_file_seq() might shorten the string due to + backslash removal. Start parsing again at the colon. + Fixes Savannah bug #33399. + 2011-11-13 Paul Smith <psmith@gnu.org> * file.c (file_timestamp_cons): Match up data types to avoid warnings. |