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

bison: replace the yacc script with one that does not hardcode the path (fixes #20605)


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

SVN-Revision: 47050
parent a883639e
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,9 @@ define Host/Clean ...@@ -23,4 +23,9 @@ define Host/Clean
$(call Host/Clean/Default) $(call Host/Clean/Default)
endef endef
define Host/Install
$(call Host/Install/Default)
$(INSTALL_BIN) ./scripts/yacc $(STAGING_DIR_HOST)/bin/yacc
endef
$(eval $(call HostBuild)) $(eval $(call HostBuild))
#!/bin/sh
exec bison -y "$@"
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