summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
commitac6b2f24403305eba725d7d5364f1d183475a77a (patch)
tree857c27f82cd10b379ce9ee9412ed68a31f9b7591 /rules/host-ipkg-utils.make
parentec22d92ce4c20b2f67ce82190496be1e497aa8c8 (diff)
downloadptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.gz
ptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3868 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make14
1 files changed, 0 insertions, 14 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index cf358a292..6315fed7e 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -32,8 +32,6 @@ HOSTTOOL-IPKG-UTILS_DIR = $(HOST_BUILDDIR)/$(HOSTTOOL-IPKG-UTILS)
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_default)
@$(call targetinfo, $@)
@$(call get_patches, $(HOSTTOOL-IPKG-UTILS))
@@ -49,8 +47,6 @@ $(HOSTTOOL-IPKG-UTILS_SOURCE):
host-ipkg-utils_extract: $(STATEDIR)/host-ipkg-utils.extract
-host-ipkg-utils_extract_deps = $(STATEDIR)/host-ipkg-utils.get
-
$(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(HOSTTOOL-IPKG-UTILS_DIR))
@@ -68,12 +64,6 @@ $(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps)
host-ipkg-utils_prepare: $(STATEDIR)/host-ipkg-utils.prepare
-#
-# dependencies
-#
-host-ipkg-utils_prepare_deps = \
- $(STATEDIR)/host-ipkg-utils.extract
-
HOSTTOOL-IPKG-UTILS_PATH = PATH=$(CROSS_PATH)
HOSTTOOL-IPKG-UTILS_ENV = $(CROSS_ENV)
@@ -87,8 +77,6 @@ $(STATEDIR)/host-ipkg-utils.prepare: $(host-ipkg-utils_prepare_deps_default)
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_default)
@$(call targetinfo, $@)
cd $(HOSTTOOL-IPKG-UTILS_DIR) && $(HOSTTOOL-IPKG-UTILS_ENV) $(HOSTTOOL-IPKG-UTILS_PATH) make
@@ -116,8 +104,6 @@ $(STATEDIR)/host-ipkg-utils.install: $(STATEDIR)/host-ipkg-utils.compile
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_default)
@$(call targetinfo, $@)
@$(call touch, $@)