From 877f2972d4d8f63644f18688cff7efd7ce280f2b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Sep 2015 21:10:48 +0000 Subject: bison: replace the yacc script with one that does not hardcode the path (fixes #20605) Signed-off-by: Felix Fietkau SVN-Revision: 47050 --- tools/bison/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/bison/Makefile') diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 10d8720484..256512116f 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -23,4 +23,9 @@ define Host/Clean $(call Host/Clean/Default) endef +define Host/Install + $(call Host/Install/Default) + $(INSTALL_BIN) ./scripts/yacc $(STAGING_DIR_HOST)/bin/yacc +endef + $(eval $(call HostBuild)) -- cgit v1.2.3