diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-03-17 16:23:00 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-03-17 16:26:02 +0100 |
commit | 6c78ecd7a8b996bc81cc28d412ed9afa55f0b84c (patch) | |
tree | ae210ecfa23e0848a23ef1b4bc9505c49fb68d7e /Makefile.in | |
parent | ec3761518bf41e1f912769e7d2d14fdf5b2fa0c9 (diff) | |
download | tcpdump-6c78ecd7a8b996bc81cc28d412ed9afa55f0b84c.tar.gz |
Makefile.in: 'distclean' target: add files and directories to remove
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 94716bc9..5090fea7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) |