automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 22/33] [ng] am__uniq: use $0 for recursive invocati


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 22/33] [ng] am__uniq: use $0 for recursive invocations
Date: Sat, 21 Jul 2012 14:55:54 +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 af2c6ef..450bec4 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -158,7 +158,7 @@ am__uniq = $(strip \
   $(if $(strip $(1)), \
 ## Call the function recursively on the list of all the elements
 ## but the last one.
-    $(call am__uniq, \
+    $(call $0, \
       $(call am.util.strip-last-word, $(1))) \
 ## And append the last element, unless it was already present.
       $(if $(filter $(lastword $(1)), \
-- 
1.7.10.4




reply via email to

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