aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-29 09:38:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-29 09:38:24 +0000
commit6562d215fc07a8420c2dca1aa4d6e491303231bd (patch)
tree8590bbbaf41fa8467eb8127622ed1a8113bdc00d /tools/Makefile
parent41e6994664a5f304b5d0b1517fefd8c3950288ff (diff)
downloadmaster-187ad058-6562d215fc07a8420c2dca1aa4d6e491303231bd.tar.gz
master-187ad058-6562d215fc07a8420c2dca1aa4d6e491303231bd.tar.bz2
master-187ad058-6562d215fc07a8420c2dca1aa4d6e491303231bd.zip
tools: make padjffs2 depend on findutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0e6fdec251..d0dc53bf20 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -71,6 +71,7 @@ $(curdir)/e2fsprogs/compile := $(curdir)/automake/install
$(curdir)/libelf/compile := $(curdir)/automake/install
$(curdir)/sdcc/compile := $(curdir)/bison/install
$(curdir)/b43-tools/compile := $(curdir)/bison/install
+$(curdir)/padjffs2/compile := $(curdir)/findutils/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))