Signed-off-by: Stefano Lattarini <[email protected]>
---
 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 d369de1..4304560 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))
-- 
1.7.10.4


Reply via email to