From: nbd Date: Sun, 22 Jun 2014 16:48:08 +0000 (+0000) Subject: AA: tools: fix b43-tools build dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e179646fe63b8556b732d4edb3c8df5fd0e08402;p=12.09%2Fopenwrt.git AA: tools: fix b43-tools build dependencies Signed-off-by: Tim Niemeyer git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/Makefile b/tools/Makefile index 2236373..6658f8c 100644 --- 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))