]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am: Use a clean-local rule to remove autom4te.cache (it's a director...
authorTim Van Holder <tim.van.holder@pandora.be>
Wed, 15 Aug 2001 10:07:34 +0000 (10:07 +0000)
committerTim Van Holder <tim.van.holder@pandora.be>
Wed, 15 Aug 2001 10:07:34 +0000 (10:07 +0000)
* Makefile.am: Ditto (but maintainer-clean-local).

ChangeLog
Makefile.am
tests/Makefile.am

index cc7514f4c257f5a5e1852e536623c2339c880eb8..69c892b30a6800d4f4ccadc784a269c24d0b970b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * tests/Makefile.am: Use a clean-local rule to remove
+       autom4te.cache (it's a directory, not a file.
+       * Makefile.am: Ditto (but maintainer-clean-local).
+
 2001-08-15  Akim Demaille  <akim@epita.fr>
 
        * bin/autom4te.in (@m4_warning): New.
index 197e09d05a760cbd265fe4d9daf691bba39f2bc3..1d33984154c24ffc0a08c080578c624093086915 100644 (file)
@@ -55,6 +55,8 @@ INSTALL.txt: $(top_srcdir)/doc/install.texi
 
 MAINTAINERCLEANFILES = INSTALL.txt
 
+maintainer-clean-local:
+       -rm -rf autom4te.cache
 
 ## maintainer-check ##
 maintainer-check: maintainer-check-tests
index cab09710cd3bd7ddf18777346e284361d60817d0..6a1be11041a0e43e496324ada580312ea40492ef 100644 (file)
@@ -89,7 +89,6 @@ actypes.at: mktests.sh $(MACRO_FILES)
 
 CLEANFILES =                           \
        debug-*.sh state-* at-* stderr stdout \
-       autom4te.cache                          \
        script.s4g script.as script                     \
        configure configure.in configure.ac config.status config.cache \
        config.log config.h.in config.hin config.h \
@@ -127,3 +126,6 @@ maintainer-check-posix: expr
 # Try using G++ as a C compiler.
 maintainer-check-c++:
        CC=g++ make check
+
+clean-local:
+       -rm -rf autom4te.cache