summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-29 00:32:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-29 00:32:43 +0000
commitad19192d3a794d24e4cf0657af083934c28909de (patch)
tree5c55ce837f07204277e81d0d307836fc07304557 /tools/Makefile
parent5570b766420aed2b103068d519d44045c0302d94 (diff)
downloadmtk-20170518-ad19192d3a794d24e4cf0657af083934c28909de.zip
mtk-20170518-ad19192d3a794d24e4cf0657af083934c28909de.tar.gz
mtk-20170518-ad19192d3a794d24e4cf0657af083934c28909de.tar.bz2
tools: sdcc depends on bison
SVN-Revision: 32521
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8366c4d..0ecd2a3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -61,6 +61,7 @@ $(curdir)/xfce-macros/compile := $(curdir)/automake/install
$(curdir)/missing-macros/compile := $(curdir)/automake/install
$(curdir)/e2fsprogs/compile := $(curdir)/automake/install
$(curdir)/libelf/compile := $(curdir)/automake/install
+$(curdir)/sdcc/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))