projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64be1d3
)
tools: sdcc depends on bison
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 00:32:43 +0000
(
00:32
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 00:32:43 +0000
(
00:32
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32521
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
8366c4d
..
0ecd2a3
100644
(file)
--- 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))