Skip to content
Snippets Groups Projects
Commit c541b31e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: override hardcoded paths to bison and m4 to make the SDK more relocatable


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 42300
parent 8686e238
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment