]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__private_suffix -> am.hack.private-suffix
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:13:10 +0000 (14:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:46:45 +0000 (14:46 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am

index 57db26dbda796afa9f2ec6056a132dfba67e5231..4d5531be1cc1c1543545fa4e5393cdf565348925 100644 (file)
@@ -249,14 +249,14 @@ am__memoize = $(or $(am__memoized_value/$1),$(strip \
 ## Strip any of the SUFFIXES from each of the entries of LIST.  Even if an
 ## entry of LIST terminates with several suffixes, only one is stripped:
 ## the first one that matches.
-am__private_suffix = .,;&!@
+am.hack.private-suffix = .,;&!@
 am.util.strip-suffixes = $(strip \
   $(if \
     $(strip $1), \
-      $(patsubst %$(am__private_suffix),%, \
+      $(patsubst %$(am.hack.private-suffix),%, \
         $(call $0, \
           $(call am.util.strip-first-word,$1), \
-          $(patsubst %$(firstword $1),%$(am__private_suffix),$2))), \
+          $(patsubst %$(firstword $1),%$(am.hack.private-suffix),$2))), \
     $2))
 
 # Helper variables and function to help in recipes that could exceed