From: Stefano Lattarini Date: Sat, 11 Aug 2012 19:13:43 +0000 (+0200) Subject: [ng] rename: am__config_distclean_files -> am.clean.config-files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b71415b2f88fa23d50f568cfac0e364eaba75e;p=thirdparty%2Fautomake.git [ng] rename: am__config_distclean_files -> am.clean.config-files Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/clean.mk b/lib/am/clean.mk index 7d3ee9fcb..1a2aa04c0 100644 --- a/lib/am/clean.mk +++ b/lib/am/clean.mk @@ -63,9 +63,9 @@ maintainer-clean-generic: # this, and it's not unreasonable to expect user-defined rules might # do that as well). distclean: - rm -f $(am.relpath.makefile) $(am__config_distclean_files) + rm -f $(am.relpath.makefile) $(am.clean.config-files) maintainer-clean: - rm -f $(am.relpath.makefile) $(am__config_distclean_files) + rm -f $(am.relpath.makefile) $(am.clean.config-files) .PHONY: clean mostlyclean distclean maintainer-clean \ clean-generic mostlyclean-generic distclean-generic maintainer-clean-generic diff --git a/lib/am/configure.am b/lib/am/configure.am index bc9c259df..b1b5aa8ad 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -133,7 +133,7 @@ if %?TOPDIR_P% ## 'distclean' and 'maintainer-clean' targets there to understand ## why we cannot simply append this to $(am.clean.dist.f) or ## $(am.clean.maint.f). -am__config_distclean_files = \ +am.clean.config-files = \ config.status \ config.cache \ config.log \