]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoscan/Makefile.am (CLEANFILES): Add autoscan.list.
authorAkim Demaille <akim@epita.fr>
Fri, 25 Oct 2002 14:30:51 +0000 (14:30 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 25 Oct 2002 14:30:51 +0000 (14:30 +0000)
ChangeLog
lib/autoscan/Makefile.am
lib/autoscan/Makefile.in

index 48f567153e654ba864183af1f7158bf6d3ac394c..ec122d8205328993467e1ce885b5970e23f0f7dc 100644 (file)
--- 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  <akim@epita.fr>
 
index 2b4de47925d3a920d5d68524111678b9b8b2a6fd..a6af03a4df991cb68c7a877b911f7d6f8bf414ac 100644 (file)
@@ -21,7 +21,7 @@ autoscanlibdir = $(pkgdatadir)/autoscan
 
 EXTRA_DIST = autoscan.pre
 nodist_autoscanlib_DATA = autoscan.list
-
+CLEANFILES = autoscan.list
 
 ## ------------------------ ##
 ## Building autoscan.list.  ##
index f313063ec976947e2d3edec4eebf341092d43fda..8c18ecfdb84ee7a1555c3e5916340baf4529d7be 100644 (file)
@@ -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)