summaryrefslogtreecommitdiffstats
path: root/rules/tcpdump.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
commit8d5ce38942b1327c1c86366bb7afba95ae364d38 (patch)
treed886c7f68dadcabdbcb9ecb4bf29d460afc5fb20 /rules/tcpdump.make
parent9e5b71e833af5de0ebbd4224761e4605499cf174 (diff)
downloadptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.gz
ptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.xz
added generic call package_depfile rule for autogeneration of default dependencies - this should not break anything, since it just adds some more variables
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpdump.make')
-rw-r--r--rules/tcpdump.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 115660b2b..c2a4c85bc 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -24,6 +24,8 @@ TCPDUMP_URL = ftp://ftp.gwdg.de/pub/misc/tcpdump/beta/$(TCPDUMP)-096.$(TCPDUMP_
TCPDUMP_SOURCE = $(SRCDIR)/$(TCPDUMP)-096.$(TCPDUMP_SUFFIX)
TCPDUMP_DIR = $(BUILDDIR)/$(TCPDUMP)
+include $(call package_depfile)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------