From d15a484098a52e0784933ba03a98445fdc86ea3f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 22 Jan 2003 13:45:44 +0000 Subject: Fix bug #1744: mask extra arguments to recursive invocations of $(call ...) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 326a4a8..ef5bd87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-22 Paul D. Smith + + * function.c (func_call): Fix Bug #1744. If we're inside a + recursive invocation of $(call ...), mask any of the outer + invocation's arguments that aren't used by this one, so that this + invocation doesn't "inherit" them accidentally. + 2002-11-16 Paul D. Smith * NMakefile.template (OBJS): Add hash.c object file. -- cgit v1.2.3