From: Akim Demaille Date: Wed, 15 Aug 2001 11:43:08 +0000 (+0000) Subject: Regen. X-Git-Tag: AUTOCONF-2.52d~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98a887d5af9cecbb667bb15a4f4ec21794e665d;p=thirdparty%2Fautoconf.git Regen. --- diff --git a/Makefile.in b/Makefile.in index e23929e4d..5eebf5d8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,7 +329,7 @@ distclean: distclean-recursive -rm -f config.status maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ - distclean-am + distclean-am maintainer-clean-local @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@ -358,6 +358,9 @@ INSTALL.txt: $(top_srcdir)/doc/install.texi $(MAKEINFO) $(top_srcdir)/doc/install.texi --output=$(srcdir)/INSTALL.txt cp $(srcdir)/INSTALL.txt $(srcdir)/INSTALL +maintainer-clean-local: + -rm -rf autom4te.cache + maintainer-check: maintainer-check-tests maintainer-check-tests: cd tests && make maintainer-check diff --git a/tests/Makefile.in b/tests/Makefile.in index 2d9be9d81..98fc399a7 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -84,7 +84,7 @@ AUTOM4TE = autom4te_perllibdir='$(top_srcdir)/lib' ../bin/autom4te MACRO_FILES = $(top_srcdir)/lib/autoconf/general.m4 $(top_srcdir)/lib/autoconf/specific.m4 $(top_srcdir)/lib/autoconf/functions.m4 $(top_srcdir)/lib/autoconf/lang.m4 $(top_srcdir)/lib/autoconf/c.m4 $(top_srcdir)/lib/autoconf/fortran.m4 $(top_srcdir)/lib/autoconf/headers.m4 $(top_srcdir)/lib/autoconf/types.m4 -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 config.guess config.sub install-sh expr libtool ltconfig ltmain.sh +CLEANFILES = debug-*.sh state-* at-* stderr stdout script.s4g script.as script configure configure.in configure.ac config.status config.cache config.log config.h.in config.hin config.h config.guess config.sub install-sh expr libtool ltconfig ltmain.sh DISTCLEANFILES = atconfig testsuite testsuite.log @@ -174,7 +174,7 @@ mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am -clean-am: clean-generic mostlyclean-am +clean-am: clean-generic mostlyclean-am clean-local clean: clean-am @@ -255,6 +255,9 @@ maintainer-check-posix: expr maintainer-check-c++: CC=g++ make check +clean-local: + -rm -rf autom4te.cache + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: