make check should depend uponi presence of built tcpdump

This commit is contained in:
Michael Richardson 2009-11-14 20:50:39 -05:00
parent 7923f06110
commit 5398dff7bc

View File

@ -347,7 +347,7 @@ 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
check:
check: tcpdump
(cd tests && ./TESTrun.sh)
tags: $(TAGFILES)