From afa986a0e4f9ffea8c8ac090636f1c0bb1dd060a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 21 Jul 2012 14:08:26 +0200 Subject: [PATCH] [ng] am__strip_suffixes: use $0 for recursive invocations Signed-off-by: Stefano Lattarini --- lib/am/header-vars.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index d369de1cc..4304560e0 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -254,7 +254,7 @@ am__strip_suffixes = $(strip \ $(if \ $(strip $1), \ $(patsubst %$(am__private_suffix),%, \ - $(call am__strip_suffixes, \ + $(call $0, \ $(call am.util.strip-first-word,$1), \ $(patsubst %$(firstword $1),%$(am__private_suffix),$2))), \ $2)) -- 2.47.2