summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 17:16:36 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 17:16:36 +0000
commitc52271326620301bc5a2a23516dd71032a7c9ed4 (patch)
tree82d8a31f46d856377dd2b26f05494d0e54e44ccf /rules/iptables.make
parente6aa3131d43d1480cddbe08844bdb6c17a146408 (diff)
downloadptxdist-c52271326620301bc5a2a23516dd71032a7c9ed4.tar.gz
ptxdist-c52271326620301bc5a2a23516dd71032a7c9ed4.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3989 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index c8d2432ec..f3b3e0a08 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -32,7 +32,7 @@ IPTABLES_DIR = $(BUILDDIR)/$(IPTABLES)
iptables_get: $(STATEDIR)/iptables.get
-$(STATEDIR)/iptables.get: $(IPTABLES_SOURCE)
+$(STATEDIR)/iptables.get: $(iptables_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(IPTABLES))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(IPTABLES_SOURCE):
iptables_extract: $(STATEDIR)/iptables.extract
-$(STATEDIR)/iptables.extract: $(iptables_extract_deps)
+$(STATEDIR)/iptables.extract: $(iptables_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(IPTABLES_DIR))
@$(call extract, $(IPTABLES_SOURCE))
@@ -86,7 +86,7 @@ $(STATEDIR)/iptables.compile: $(iptables_compile_deps_default)
iptables_install: $(STATEDIR)/iptables.install
-$(STATEDIR)/iptables.install: $(STATEDIR)/iptables.compile
+$(STATEDIR)/iptables.install: $(iptables_install_deps_default)
@$(call targetinfo, $@)
@$(call install, IPTABLES)
@$(call touch, $@)