summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-06-22 12:42:31 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-06-22 12:42:31 +0000
commitc5008bc6dfebd86af703935ddbf1544c5325cf3b (patch)
tree3576742c7c1b7f7b97832e209811d9d8dc4a60eb /rules/host-ipkg-utils.make
parentda28406392b0f21ef23589b022394b91603c4518 (diff)
downloadptxdist-c5008bc6dfebd86af703935ddbf1544c5325cf3b.tar.gz
ptxdist-c5008bc6dfebd86af703935ddbf1544c5325cf3b.tar.xz
* rules/host-ipkg-utils.make
removed CROSS_ENV from ENV git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5851 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index c2f6ea1ec..dc27ca84a 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -63,7 +63,6 @@ $(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps_default)
host-ipkg-utils_prepare: $(STATEDIR)/host-ipkg-utils.prepare
HOST_IPKG_UTILS_PATH := PATH=$(CROSS_PATH)
-HOST_IPKG_UTILS_ENV := $(CROSS_ENV)
$(STATEDIR)/host-ipkg-utils.prepare: $(host-ipkg-utils_prepare_deps_default)
@$(call targetinfo, $@)
@@ -92,7 +91,6 @@ $(STATEDIR)/host-ipkg-utils.install: $(host-ipkg-utils_install_deps_default)
# ipkg.py is forgotten by MAKE_INSTALL, so we copy it manually
# FIXME: this should probably be fixed upstream
@$(call install, HOST_IPKG_UTILS,,h)
- mkdir -p $(PTXCONF_HOST_PREFIX)/usr/bin
cp -f $(HOST_IPKG_UTILS_DIR)/ipkg.py $(PTXCONF_HOST_PREFIX)/usr/bin/
@$(call touch, $@)