From 78f476ed025db36a801c1bfeff025444ac1d702d Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 5 Feb 2015 16:57:18 +0000
Subject: [PATCH] include: declare variables formerly set in tmp/.host.mk

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44272
---
 rules.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rules.mk b/rules.mk
index 70768f055d..e5f681aeb2 100644
--- a/rules.mk
+++ b/rules.mk
@@ -210,6 +210,12 @@ CP:=cp -fpR
 LN:=ln -sf
 XARGS:=xargs -r
 
+BASH:=$(STAGING_DIR_HOST)/bin/bash
+TAR:=$(STAGING_DIR_HOST)/bin/tar
+FIND:=$(STAGING_DIR_HOST)/bin/find
+PATCH:=$(STAGING_DIR_HOST)/bin/patch
+PYTHON:=$(STAGING_DIR_HOST)/bin/python
+
 INSTALL_BIN:=install -m0755
 INSTALL_DIR:=install -d -m0755
 INSTALL_DATA:=install -m0644
-- 
GitLab