summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
commit89587de57a4467c7178521981cb866e4679a32dc (patch)
tree495788e04e484ed7e6158e45905f4fdcac2defaa /rules/iptables.make
parent34ba8d704ff31fb2a8a4a63047ef83f8dbef450d (diff)
downloadptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.gz
ptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 8aef19868..d5a3f614b 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -34,7 +34,7 @@ iptables_get: $(STATEDIR)/iptables.get
iptables_get_deps = $(IPTABLES_SOURCE)
-$(STATEDIR)/iptables.get: $(iptables_get_deps)
+$(STATEDIR)/iptables.get: $(iptables_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(IPTABLES))
@$(call touch, $@)
@@ -76,7 +76,7 @@ IPTABLES_PATH = PATH=$(CROSS_PATH)
IPTABLES_ENV = $(CROSS_ENV)
-$(STATEDIR)/iptables.prepare: $(iptables_prepare_deps)
+$(STATEDIR)/iptables.prepare: $(iptables_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(IPTABLES_DIR)/config.cache)
@$(call touch, $@)
@@ -89,7 +89,7 @@ iptables_compile: $(STATEDIR)/iptables.compile
iptables_compile_deps = $(STATEDIR)/iptables.prepare
-$(STATEDIR)/iptables.compile: $(iptables_compile_deps)
+$(STATEDIR)/iptables.compile: $(iptables_compile_deps_default)
@$(call targetinfo, $@)
cd $(IPTABLES_DIR) && $(IPTABLES_ENV) $(IPTABLES_PATH) \
make KERNEL_DIR=$(KERNEL_DIR) PREFIX=/usr
@@ -114,7 +114,7 @@ iptables_targetinstall: $(STATEDIR)/iptables.targetinstall
iptables_targetinstall_deps = $(STATEDIR)/iptables.compile
-$(STATEDIR)/iptables.targetinstall: $(iptables_targetinstall_deps)
+$(STATEDIR)/iptables.targetinstall: $(iptables_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)