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 | 4a759750deb3bef86d17d471d5b863d0008f1e08 (patch) | |
tree | 9417be043602591641127eb90c9bd1c57c0550e3 | |
parent | 64be1d33e129fd4fe70e435daa121ed172e93c06 (diff) | |
download | upstream-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
-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)) |