aboutsummaryrefslogtreecommitdiffstats
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
commit4a759750deb3bef86d17d471d5b863d0008f1e08 (patch)
tree9417be043602591641127eb90c9bd1c57c0550e3 /tools/Makefile
parent64be1d33e129fd4fe70e435daa121ed172e93c06 (diff)
downloadupstream-4a759750deb3bef86d17d471d5b863d0008f1e08.tar.gz
upstream-4a759750deb3bef86d17d471d5b863d0008f1e08.tar.bz2
upstream-4a759750deb3bef86d17d471d5b863d0008f1e08.zip
tools: sdcc depends on bison
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32521 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8366c4d01c..0ecd2a3dfd 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))