* Makefile.am: Ditto (but maintainer-clean-local).
+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.
MAINTAINERCLEANFILES = INSTALL.txt
+maintainer-clean-local:
+ -rm -rf autom4te.cache
## maintainer-check ##
maintainer-check: maintainer-check-tests
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 \
# Try using G++ as a C compiler.
maintainer-check-c++:
CC=g++ make check
+
+clean-local:
+ -rm -rf autom4te.cache