mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* 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:
parent
283bf6a536
commit
bc1df3d0f1
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user