summaryrefslogtreecommitdiffstats
path: root/rules/tcpdump.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-08-08 13:53:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-08-08 13:53:01 +0000
commit5b7b0e9fa6bd506d0e070e0e1ea06064bd0678d6 (patch)
tree2c2ebedb75636fe262b9ac2fccac51c4535f0548 /rules/tcpdump.make
parent227994bcb09e3eef56655f912d4043e4f0dfe719 (diff)
downloadptxdist-5b7b0e9fa6bd506d0e070e0e1ea06064bd0678d6.tar.gz
ptxdist-5b7b0e9fa6bd506d0e070e0e1ea06064bd0678d6.tar.xz
fixed dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3027 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpdump.make')
-rw-r--r--rules/tcpdump.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 3a4291e74..9d111d0ef 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -69,6 +69,7 @@ tcpdump_prepare: $(STATEDIR)/tcpdump.prepare
#
tcpdump_prepare_deps = \
$(STATEDIR)/tcpdump.extract \
+ $(STATEDIR)/libpcap.install \
$(STATEDIR)/virtual-xchain.install
TCPDUMP_PATH = PATH=$(CROSS_PATH)
@@ -127,7 +128,8 @@ $(STATEDIR)/tcpdump.install: $(STATEDIR)/tcpdump.compile
tcpdump_targetinstall: $(STATEDIR)/tcpdump.targetinstall
-tcpdump_targetinstall_deps = $(STATEDIR)/tcpdump.compile
+tcpdump_targetinstall_deps = $(STATEDIR)/tcpdump.compile \
+ $(STATEDIR)/libpcap.install
$(STATEDIR)/tcpdump.targetinstall: $(tcpdump_targetinstall_deps)
@$(call targetinfo, $@)