aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-27 09:52:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-27 09:52:44 +0000
commit2e6715e3086f0178150e27c8e690ffd5529fd0e8 (patch)
tree1e374d95a2f5ab58f2fb5bb045ec79dd1fe36de7 /tools
parent1685c0bb45acb4694778d4df409ee6cf70002de7 (diff)
downloadupstream-2e6715e3086f0178150e27c8e690ffd5529fd0e8.tar.gz
upstream-2e6715e3086f0178150e27c8e690ffd5529fd0e8.tar.bz2
upstream-2e6715e3086f0178150e27c8e690ffd5529fd0e8.zip
tools/bc: add missing dependency on bison
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r42309 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 75d2b0d892..df39170644 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -71,6 +71,7 @@ $(curdir)/sdcc/compile := $(curdir)/bison/install
$(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
+$(curdir)/bc/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))