From e179646fe63b8556b732d4edb3c8df5fd0e08402 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 22 Jun 2014 16:48:08 +0000 Subject: [PATCH] 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 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.11.0