Skip to content
Snippets Groups Projects
Commit 80dd5522 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

tools: make padjffs2 depend on findutils


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 37599
parent cc26f768
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ $(curdir)/e2fsprogs/compile := $(curdir)/automake/install ...@@ -71,6 +71,7 @@ $(curdir)/e2fsprogs/compile := $(curdir)/automake/install
$(curdir)/libelf/compile := $(curdir)/automake/install $(curdir)/libelf/compile := $(curdir)/automake/install
$(curdir)/sdcc/compile := $(curdir)/bison/install $(curdir)/sdcc/compile := $(curdir)/bison/install
$(curdir)/b43-tools/compile := $(curdir)/bison/install $(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
ifneq ($(CONFIG_CCACHE),) ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment