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 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