summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.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/host-ipkg-utils.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/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index b9b04c0f6..cf358a292 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -34,7 +34,7 @@ host-ipkg-utils_get: $(STATEDIR)/host-ipkg-utils.get
host-ipkg-utils_get_deps = $(HOSTTOOL-IPKG-UTILS_SOURCE)
-$(STATEDIR)/host-ipkg-utils.get: $(host-ipkg-utils_get_deps)
+$(STATEDIR)/host-ipkg-utils.get: $(host-ipkg-utils_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(HOSTTOOL-IPKG-UTILS))
@$(call touch, $@)
@@ -77,7 +77,7 @@ host-ipkg-utils_prepare_deps = \
HOSTTOOL-IPKG-UTILS_PATH = PATH=$(CROSS_PATH)
HOSTTOOL-IPKG-UTILS_ENV = $(CROSS_ENV)
-$(STATEDIR)/host-ipkg-utils.prepare: $(host-ipkg-utils_prepare_deps)
+$(STATEDIR)/host-ipkg-utils.prepare: $(host-ipkg-utils_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -89,7 +89,7 @@ host-ipkg-utils_compile: $(STATEDIR)/host-ipkg-utils.compile
host-ipkg-utils_compile_deps = $(STATEDIR)/host-ipkg-utils.prepare
-$(STATEDIR)/host-ipkg-utils.compile: $(host-ipkg-utils_compile_deps)
+$(STATEDIR)/host-ipkg-utils.compile: $(host-ipkg-utils_compile_deps_default)
@$(call targetinfo, $@)
cd $(HOSTTOOL-IPKG-UTILS_DIR) && $(HOSTTOOL-IPKG-UTILS_ENV) $(HOSTTOOL-IPKG-UTILS_PATH) make
@$(call touch, $@)
@@ -118,7 +118,7 @@ host-ipkg-utils_targetinstall: $(STATEDIR)/host-ipkg-utils.targetinstall
host-ipkg-utils_targetinstall_deps = $(STATEDIR)/host-ipkg-utils.install
-$(STATEDIR)/host-ipkg-utils.targetinstall: $(host-ipkg-utils_targetinstall_deps)
+$(STATEDIR)/host-ipkg-utils.targetinstall: $(host-ipkg-utils_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)