summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.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/tcpwrapper.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/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 4a2e9dbdb..b4da5a942 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -45,7 +45,7 @@ $(TCPWRAPPER_SOURCE):
tcpwrapper_extract: $(STATEDIR)/tcpwrapper.extract
-$(STATEDIR)/tcpwrapper.extract: $(STATEDIR)/tcpwrapper.get
+$(STATEDIR)/tcpwrapper.extract: $(tcpwrapper_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(TCPWRAPPER_DIR))
@$(call extract, $(TCPWRAPPER_SOURCE))
@@ -58,7 +58,7 @@ $(STATEDIR)/tcpwrapper.extract: $(STATEDIR)/tcpwrapper.get
tcpwrapper_prepare: $(STATEDIR)/tcpwrapper.prepare
-$(STATEDIR)/tcpwrapper.prepare: $(STATEDIR)/virtual-xchain.install $(STATEDIR)/tcpwrapper.extract
+$(STATEDIR)/tcpwrapper.prepare: $(tcpwrapper_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -71,7 +71,7 @@ tcpwrapper_compile: $(STATEDIR)/tcpwrapper.compile
TCPWRAPPER_ENV = $(CROSS_ENV)
TCPWRAPPER_PATH = PATH=$(CROSS_PATH)
-$(STATEDIR)/tcpwrapper.compile: $(STATEDIR)/tcpwrapper.prepare
+$(STATEDIR)/tcpwrapper.compile: $(tcpwrapper_compile_deps_default)
@$(call targetinfo, $@)
$(TCPWRAPPER_PATH) $(TCPWRAPPER_ENV) \
make -C $(TCPWRAPPER_DIR) linux
@@ -83,7 +83,7 @@ $(STATEDIR)/tcpwrapper.compile: $(STATEDIR)/tcpwrapper.prepare
tcpwrapper_install: $(STATEDIR)/tcpwrapper.install
-$(STATEDIR)/tcpwrapper.install: $(STATEDIR)/tcpwrapper.compile
+$(STATEDIR)/tcpwrapper.install: $(tcpwrapper_install_deps_default)
@$(call targetinfo, $@)
install -d $(CROSS_LIB_DIR)/lib
install $(TCPWRAPPER_DIR)/libwrap.a $(CROSS_LIB_DIR)/lib
@@ -95,7 +95,7 @@ $(STATEDIR)/tcpwrapper.install: $(STATEDIR)/tcpwrapper.compile
tcpwrapper_targetinstall: $(STATEDIR)/tcpwrapper.targetinstall
-$(STATEDIR)/tcpwrapper.targetinstall: $(STATEDIR)/tcpwrapper.install
+$(STATEDIR)/tcpwrapper.targetinstall: $(tcpwrapper_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)