From: Stefano Lattarini Date: Sat, 11 Aug 2012 16:05:57 +0000 (+0200) Subject: [ng] rename: am__extra_recursive_targets -> am.recurs.extra-targets X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2ae6e5d07709421ecc3459740c03ed45f47376;p=thirdparty%2Fautomake.git [ng] rename: am__extra_recursive_targets -> am.recurs.extra-targets Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index a6a26d570..17e4c638a 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 5040f554a..aa1eef466 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.