summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:28:55 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:28:55 +0000
commit07f16ae8e9f29704381897d11a1c8d6dfa5f5d0b (patch)
tree0b9f63e66f296aa3e0c06bf1af1d05eab9f604df
parent8c27c49243c3bfca2e5e470fdb7d4d43b3234129 (diff)
downloadptxdist-07f16ae8e9f29704381897d11a1c8d6dfa5f5d0b.tar.gz
ptxdist-07f16ae8e9f29704381897d11a1c8d6dfa5f5d0b.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3968 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/host-ipkg.in2
-rw-r--r--rules/host-ipkg.make6
2 files changed, 5 insertions, 3 deletions
diff --git a/rules/host-ipkg.in b/rules/host-ipkg.in
index 3706cc192..78a7ee4e9 100644
--- a/rules/host-ipkg.in
+++ b/rules/host-ipkg.in
@@ -16,6 +16,7 @@ config HOST_IPKG_EXTRACT_TEST
default N
help
Unfortunately, nobody knows what this program is being used for.
+ FIXME: This item needs to be documented
config HOST_IPKG_HASH_TEST
bool
@@ -24,3 +25,4 @@ config HOST_IPKG_HASH_TEST
default N
help
Unfortunately, nobody knows what this program is being used for.
+ FIXME: This item needs to be documented
diff --git a/rules/host-ipkg.make b/rules/host-ipkg.make
index 9c6a62f6e..5023ac8d6 100644
--- a/rules/host-ipkg.make
+++ b/rules/host-ipkg.make
@@ -33,7 +33,7 @@ HOST_IPKG_DIR = $(HOST_BUILDDIR)/$(HOST_IPKG)
host-ipkg_get: $(STATEDIR)/host-ipkg.get
-$(STATEDIR)/host-ipkg.get: $(HOST_IPKG_SOURCE)
+$(STATEDIR)/host-ipkg.get: $(host-ipkg_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(HOST_IPKG))
@$(call touch, $@)
@@ -44,7 +44,7 @@ $(STATEDIR)/host-ipkg.get: $(HOST_IPKG_SOURCE)
host-ipkg_extract: $(STATEDIR)/host-ipkg.extract
-$(STATEDIR)/host-ipkg.extract: $(host-ipkg_extract_deps)
+$(STATEDIR)/host-ipkg.extract: $(host-ipkg_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_IPKG_DIR))
@$(call extract, $(HOST_IPKG_SOURCE), $(HOST_BUILDDIR))
@@ -91,7 +91,7 @@ $(STATEDIR)/host-ipkg.compile: $(host-ipkg_compile_deps_default)
host-ipkg_install: $(STATEDIR)/host-ipkg.install
-$(STATEDIR)/host-ipkg.install: $(STATEDIR)/host-ipkg.compile
+$(STATEDIR)/host-ipkg.install: $(host-ipkg_install_deps_default)
@$(call targetinfo, $@)
@$(call install, HOST_IPKG,,h)
@$(call touch, $@)