From 73219ecfecbf2851e1a3b6c4a1084b2eaa6d159c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 2004 15:13:56 +0000 Subject: Delete autom4te.cache in 'make distclean'. --- tools/Makefile-top.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index fe28280..cf59f7a 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -15,5 +15,6 @@ clean: distclean: clean $(MAKE) -C doc distclean - rm -rf $(objdir) + rm -rf $(objdir) autom4te.cache rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile + -- cgit v1.2.3