From: Stefano Lattarini Date: Sat, 21 Jul 2012 12:13:10 +0000 (+0200) Subject: [ng] rename: am__private_suffix -> am.hack.private-suffix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd05946898b4aaf7a9cf7e901fc90659b0cb204;p=thirdparty%2Fautomake.git [ng] rename: am__private_suffix -> am.hack.private-suffix Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 57db26dbd..4d5531be1 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -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