From: Felix Fietkau Date: Tue, 26 Aug 2014 12:15:50 +0000 (+0000) Subject: build: override hardcoded paths to bison and m4 to make the SDK more relocatable X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1276c999174345d3c160fd479a3abcabe95d2423 build: override hardcoded paths to bison and m4 to make the SDK more relocatable Signed-off-by: Felix Fietkau SVN-Revision: 42300 --- diff --git a/rules.mk b/rules.mk index a84636a21b..c9efb9e8c9 100644 --- a/rules.mk +++ b/rules.mk @@ -269,6 +269,9 @@ ifeq ($(CONFIG_BUILD_LOG),y) BUILD_LOG:=1 endif +export BISON_PKGDATADIR:=$(STAGING_DIR_HOST)/share/bison +export M4:=$(STAGING_DIR_HOST)/bin/m4 + define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef