From: Ondrej Filip Date: Mon, 31 May 2004 15:13:56 +0000 (+0000) Subject: Delete autom4te.cache in 'make distclean'. X-Git-Tag: v1.2.0~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73219ecfecbf2851e1a3b6c4a1084b2eaa6d159c;p=thirdparty%2Fbird.git Delete autom4te.cache in 'make distclean'. --- diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index fe282808a..cf59f7a17 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 +