From 13b71415b2f88fa23d50f568cfac0e364eaba75e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 11 Aug 2012 21:13:43 +0200 Subject: [PATCH] [ng] rename: am__config_distclean_files -> am.clean.config-files Signed-off-by: Stefano Lattarini --- lib/am/clean.mk | 4 ++-- lib/am/configure.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.47.2