summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:29:35 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:29:35 +0000
commitd0d0d75028872cf87577d529e8c30e172c3b9d7e (patch)
treedb1147395f95cb9395985ae42d2d98b2fc110272 /rules/host-ipkg-utils.make
parent07f16ae8e9f29704381897d11a1c8d6dfa5f5d0b (diff)
downloadptxdist-d0d0d75028872cf87577d529e8c30e172c3b9d7e.tar.gz
ptxdist-d0d0d75028872cf87577d529e8c30e172c3b9d7e.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3969 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index 6315fed7e..249bcf0f7 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -47,7 +47,7 @@ $(HOSTTOOL-IPKG-UTILS_SOURCE):
host-ipkg-utils_extract: $(STATEDIR)/host-ipkg-utils.extract
-$(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps)
+$(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOSTTOOL-IPKG-UTILS_DIR))
@$(call extract, $(HOSTTOOL-IPKG-UTILS_SOURCE), $(HOST_BUILDDIR))
@@ -88,7 +88,7 @@ $(STATEDIR)/host-ipkg-utils.compile: $(host-ipkg-utils_compile_deps_default)
host-ipkg-utils_install: $(STATEDIR)/host-ipkg-utils.install
-$(STATEDIR)/host-ipkg-utils.install: $(STATEDIR)/host-ipkg-utils.compile
+$(STATEDIR)/host-ipkg-utils.install: $(host-ipkg-utils_install_deps_default)
@$(call targetinfo, $@)
mkdir -p $(PTXCONF_HOST_PREFIX)/usr/bin
# ipkg.py is forgotten by MAKE_INSTALL, so we copy it manually