summaryrefslogtreecommitdiffstats
path: root/rules/portmap.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
commitf16fcce2da2b8fdcb3fa0babe90c6f713d57985a (patch)
tree3a8e3ae9f84fd091fc250ae57bac99b19a63e012 /rules/portmap.make
parentb950e21a84698ed4ec1c6d31457f8c38541e262c (diff)
downloadptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.gz
ptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/portmap.make')
-rw-r--r--rules/portmap.make13
1 files changed, 3 insertions, 10 deletions
diff --git a/rules/portmap.make b/rules/portmap.make
index 97537573e..db64bfb4d 100644
--- a/rules/portmap.make
+++ b/rules/portmap.make
@@ -67,13 +67,6 @@ endif
portmap_prepare: $(STATEDIR)/portmap.prepare
-portmap_prepare_deps = \
- $(STATEDIR)/virtual-xchain.install
-ifdef PTXCONF_TCPWRAPPER
-portmap_prepare_deps += $(STATEDIR)/tcpwrapper.install
-endif
-portmap_prepare_deps += $(STATEDIR)/portmap.extract
-
$(STATEDIR)/portmap.prepare: $(portmap_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -91,7 +84,7 @@ ifdef PTXCONF_TCPWRAPPER
PORTMAP_MAKEVARS = WRAP_DIR=$(CROSS_LIB_DIR)/lib
endif
-$(STATEDIR)/portmap.compile: $(STATEDIR)/portmap.prepare
+$(STATEDIR)/portmap.compile: $(portmap_compile_deps_default)
@$(call targetinfo, $@)
cd $(PORTMAP_DIR) && \
$(PORTMAP_ENV) $(PORTMAP_PATH) make $(PORTMAP_MAKEVARS)
@@ -103,7 +96,7 @@ $(STATEDIR)/portmap.compile: $(STATEDIR)/portmap.prepare
portmap_install: $(STATEDIR)/portmap.install
-$(STATEDIR)/portmap.install: $(STATEDIR)/portmap.compile
+$(STATEDIR)/portmap.install: $(portmap_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -113,7 +106,7 @@ $(STATEDIR)/portmap.install: $(STATEDIR)/portmap.compile
portmap_targetinstall: $(STATEDIR)/portmap.targetinstall
-$(STATEDIR)/portmap.targetinstall: $(STATEDIR)/portmap.install
+$(STATEDIR)/portmap.targetinstall: $(portmap_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)