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