* 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).
This commit is contained in:
Tim Van Holder 2001-08-15 10:07:34 +00:00
parent 283bf6a536
commit bc1df3d0f1
3 changed files with 11 additions and 1 deletions

View File

@ -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.

View 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

View 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