diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-29 00:32:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-29 00:32:43 +0000 |
commit | ad19192d3a794d24e4cf0657af083934c28909de (patch) | |
tree | 5c55ce837f07204277e81d0d307836fc07304557 /tools/Makefile | |
parent | 5570b766420aed2b103068d519d44045c0302d94 (diff) | |
download | upstream-ad19192d3a794d24e4cf0657af083934c28909de.tar.gz upstream-ad19192d3a794d24e4cf0657af083934c28909de.tar.bz2 upstream-ad19192d3a794d24e4cf0657af083934c28909de.zip |
tools: sdcc depends on bison
SVN-Revision: 32521
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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)) |