From: Akim Demaille Date: Fri, 25 Oct 2002 14:30:51 +0000 (+0000) Subject: * lib/autoscan/Makefile.am (CLEANFILES): Add autoscan.list. X-Git-Tag: AUTOCONF-2.54a~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=277d32d307126c653cf18268d69ec691ee072901;p=thirdparty%2Fautoconf.git * lib/autoscan/Makefile.am (CLEANFILES): Add autoscan.list. --- diff --git a/ChangeLog b/ChangeLog index 48f567153..ec122d820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA): autoscan.pre is not to be installed, and autoscan.list is not to be shipped. + (CLEANFILES): Add autoscan.list. 2002-10-25 Akim Demaille diff --git a/lib/autoscan/Makefile.am b/lib/autoscan/Makefile.am index 2b4de4792..a6af03a4d 100644 --- a/lib/autoscan/Makefile.am +++ b/lib/autoscan/Makefile.am @@ -21,7 +21,7 @@ autoscanlibdir = $(pkgdatadir)/autoscan EXTRA_DIST = autoscan.pre nodist_autoscanlib_DATA = autoscan.list - +CLEANFILES = autoscan.list ## ------------------------ ## ## Building autoscan.list. ## diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index f313063ec..8c18ecfdb 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -96,6 +96,7 @@ autoscanlibdir = $(pkgdatadir)/autoscan EXTRA_DIST = autoscan.pre nodist_autoscanlib_DATA = autoscan.list +CLEANFILES = autoscan.list SUFFIXES = .m4 .m4f @@ -266,6 +267,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES)