Makefile.in: 'distclean' target: add files and directories to remove

This commit is contained in:
Francois-Xavier Le Bail 2014-03-17 16:23:00 +01:00
parent ec3761518b
commit 6c78ecd7a8

View 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)