From ae003efd6114af0c9a8750034182b883183500a7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 23 Sep 2002 22:16:40 +0000 Subject: Fix a bug handling target/prerequisite names containing comment characters. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46d049e..5feb3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-09-23 Paul D. Smith + + * 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 * doc/make.texi (Bugs): Update with some info on Savannah, etc. -- cgit v1.2.3