automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 24/33] [ng] am__strip_suffixes: use $0 for recursiv


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 24/33] [ng] am__strip_suffixes: use $0 for recursive invocations
Date: Sat, 21 Jul 2012 14:55:56 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]