Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
{
return unless @extra_recursive_targets;
- define_variable ('am__extra_recursive_targets', INTERNAL,
+ define_variable ('am.recurs.extra-targets', INTERNAL,
map { "$_-recursive" } @extra_recursive_targets);
my $aux = var ('SUBDIRS') ? 'recursive' : 'am';
foreach my $target (@extra_recursive_targets)
am__recursive_targets = \
$(RECURSIVE_TARGETS) \
$(RECURSIVE_CLEAN_TARGETS) \
- $(am__extra_recursive_targets)
+ $(am.recurs.extra-targets)
## All documented targets which invoke 'make' recursively, or depend
## on targets that do so. GNUmakefile from gnulib depends on this.