From 15a79d723de278d76737b5cbb8d7a1afbe72de7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Apr 2011 15:27:39 +0000 Subject: Delay caching of the file name in eval_makefile() until after all the expansions and searches are complete. This fixes an assertion in a situation where the MAKEFILES variable contains a file path that contains tilde. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d2155a..e365f6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-29 Boris Kolpackov + + * read.c (eval_makefile): Delay caching of the file name until after + all the expansions and searches. + 2011-04-17 David A. Wheeler * doc/make.texi (Reading Makefiles): Document "!=". -- cgit v1.2.3