Skip to content
Snippets Groups Projects
Commit bf8b0205 authored by nbd's avatar nbd
Browse files

tools/bc: add missing dependency on bison


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

Backport of r42309

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42311 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 5accfc93
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ $(curdir)/sdcc/compile := $(curdir)/bison/install ...@@ -71,6 +71,7 @@ $(curdir)/sdcc/compile := $(curdir)/bison/install
$(curdir)/b43-tools/compile := $(curdir)/bison/install $(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install $(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install $(curdir)/cloog/compile := $(curdir)/ppl/install
$(curdir)/bc/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),) ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
......
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