diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-23 22:16:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-23 22:16:40 +0000 |
commit | ae003efd6114af0c9a8750034182b883183500a7 (patch) | |
tree | 140284a79872e800ce2e6468d9b517f1ac2209fe /ChangeLog | |
parent | ebd05dbeb31dbc09c496d76e802d9b68bd848e9a (diff) | |
download | gunmake-ae003efd6114af0c9a8750034182b883183500a7.tar.gz |
Fix a bug handling target/prerequisite names containing comment
characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-09-23 Paul D. Smith <psmith@gnu.org> + + * read.c (enum make_word_type): Remove w_comment. + (get_next_mword): Don't treat comment characters as special; where + this function is used we will never see a comment (it's stripped + before we get here) and treating comments specially means that + targets like "foo\#bar" aren't handled properly. + 2002-09-18 Paul D. Smith <psmith@gnu.org> * doc/make.texi (Bugs): Update with some info on Savannah, etc. |