summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-20 09:18:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-20 09:18:02 +0000
commitd225f614bd1e3fd995641f20134cc419ac793307 (patch)
treee0e43ca79e9296ca4bb0e9a1c58082f89a5f24b7 /tools/Makefile
parent35b34b20d447b06eb741523163df7aa3ff1f4ae0 (diff)
downloadmaster-31e0f0ae-d225f614bd1e3fd995641f20134cc419ac793307.tar.gz
master-31e0f0ae-d225f614bd1e3fd995641f20134cc419ac793307.tar.bz2
master-31e0f0ae-d225f614bd1e3fd995641f20134cc419ac793307.zip
tools: revert faulty dependency on package stuff
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42996
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9879be1b2c..562925160f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -72,7 +72,6 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
$(curdir)/bc/compile := $(curdir)/bison/install
-$(curdir)/firmware-utils/compile := package/openssl/host/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))