]> The Tcpdump Group git mirrors - tcpdump/commitdiff
As with libpcap, get rid of autom4te.cache when doing "make distclean".
authorGuy Harris <[email protected]>
Mon, 23 Aug 2010 10:36:12 +0000 (03:36 -0700)
committerGuy Harris <[email protected]>
Mon, 23 Aug 2010 10:36:40 +0000 (03:36 -0700)
Makefile.in

index 93cfd84cbd7b27b3ebea0b815af9f0057b5f9d20..c8a85477db03b31136731817ae85147706da337c 100644 (file)
@@ -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)