aboutsummaryrefslogtreecommitdiffstats
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
commit2b7618dbe641eda72291ffc87289b05f91973ca3 (patch)
treef956394715c587d2f39078499e0eda49083b555d /tools/Makefile
parent1ce52220543aae7830dc05ed1979916c7df7fa30 (diff)
downloadmaster-187ad058-2b7618dbe641eda72291ffc87289b05f91973ca3.tar.gz
master-187ad058-2b7618dbe641eda72291ffc87289b05f91973ca3.tar.bz2
master-187ad058-2b7618dbe641eda72291ffc87289b05f91973ca3.zip
tools: revert faulty dependency on package stuff
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42996 3c298f89-4303-0410-b956-a3cf2f4a3e73
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))