Signed-off-by: Stefano Lattarini <[email protected]>
---
 automake.in       | 2 +-
 lib/am/subdirs.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/automake.in b/automake.in
index a6a26d5..17e4c63 100644
--- a/automake.in
+++ b/automake.in
@@ -3819,7 +3819,7 @@ sub handle_user_recursion ()
 {
   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)
diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am
index 5040f55..aa1eef4 100644
--- a/lib/am/subdirs.am
+++ b/lib/am/subdirs.am
@@ -21,7 +21,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive 
clean-recursive       \
 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.
-- 
1.7.12.rc0


Reply via email to