From 9f8e5aca342c806d1031e063b00a0045e0eb6c57 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jan 2016 20:30:04 +0100 Subject: treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk Signed-off-by: Felix Fietkau --- lang/python-setuptools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python-setuptools/Makefile') diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 71d30fec1..b45b408e1 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -60,7 +60,7 @@ endef define Host/Compile $(call Build/Compile/HostPyMod,,\ - install --root="$(STAGING_DIR_HOST)" --prefix="/usr" \ + install --root="$(STAGING_DIR)/host" --prefix="/usr" \ --single-version-externally-managed \ ) endef -- cgit v1.2.3