diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-20 09:18:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-20 09:18:02 +0000 |
commit | d225f614bd1e3fd995641f20134cc419ac793307 (patch) | |
tree | e0e43ca79e9296ca4bb0e9a1c58082f89a5f24b7 /tools/Makefile | |
parent | 35b34b20d447b06eb741523163df7aa3ff1f4ae0 (diff) | |
download | upstream-d225f614bd1e3fd995641f20134cc419ac793307.tar.gz upstream-d225f614bd1e3fd995641f20134cc419ac793307.tar.bz2 upstream-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/Makefile | 1 |
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)) |