projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b34b2
)
tools: revert faulty dependency on package stuff
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Oct 2014 09:18:02 +0000
(09:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Oct 2014 09:18:02 +0000
(09:18 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42996
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 9879be1b2cd9895a2bda7514b51f6b449a17b03e..562925160fa50946932f5b068d03944db831ee82 100644
(file)
--- 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))