]> The Tcpdump Group git mirrors - tcpdump/blobdiff - Makefile.in
Makefile.in: 'distclean' target: add files and directories to remove
[tcpdump] / Makefile.in
index 94716bc984a6a1fa536f6750fb37d24e540f5f26..5090fea7fe0ca3a2b9dc0cf1fd005cb18b653dfc 100644 (file)
@@ -422,8 +422,10 @@ 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
+           config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1 \
+           libnetdissect.a tests/.failed tests/.passed \
+           tests/failure-outputs.txt
+       rm -rf autom4te.cache tests/DIFF tests/NEW
 
 check: tcpdump
        (cd tests && ./TESTrun.sh)