projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a33984
)
AA: tools: fix b43-tools build dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jun 2014 16:48:08 +0000
(16:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jun 2014 16:48:08 +0000
(16:48 +0000)
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
SVN-Revision: 41303
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 22363739b82efaef38f692e9847e85ec24199373..6658f8ca174b0268333e8864c2bb3a7f040ce7d1 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-65,6
+65,7
@@
$(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
+$(curdir)/b43-tools/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))