From: Guy Harris Date: Mon, 23 Aug 2010 10:36:12 +0000 (-0700) Subject: As with libpcap, get rid of autom4te.cache when doing "make distclean". X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/537f3b1fb525d894c830fc4cc92a3f4247e10ef6 As with libpcap, get rid of autom4te.cache when doing "make distclean". --- diff --git a/Makefile.in b/Makefile.in index 93cfd84c..c8a85477 100644 --- a/Makefile.in +++ b/Makefile.in @@ -420,6 +420,7 @@ clean: distclean: rm -f $(CLEANFILES) Makefile config.cache config.log config.status \ config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1 + rm -rf autom4te.cache check: tcpdump uudecode --help || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1)