diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-29 09:38:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-29 09:38:24 +0000 |
commit | 80dd55228e0624348588bf86154d6ce2e7645b57 (patch) | |
tree | f45783d75f8597f54d7fcd979be9668dce580e2a /tools/Makefile | |
parent | cc26f768e4ee5ee25a3b784ac6d23578427ccb70 (diff) | |
download | upstream-80dd55228e0624348588bf86154d6ce2e7645b57.tar.gz upstream-80dd55228e0624348588bf86154d6ce2e7645b57.tar.bz2 upstream-80dd55228e0624348588bf86154d6ce2e7645b57.zip |
tools: make padjffs2 depend on findutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37599
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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)) |