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-pycparser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python-pycparser') diff --git a/lang/python-pycparser/Makefile b/lang/python-pycparser/Makefile index c5e03f2bb..b657cd819 100644 --- a/lang/python-pycparser/Makefile +++ b/lang/python-pycparser/Makefile @@ -47,7 +47,7 @@ define Build/Compile endef define Host/Compile - $(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)") + $(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR)/host") endef define Host/Install -- cgit v1.2.3