tools: make padjffs2 depend on findutils

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

SVN-Revision: 37599
master
Felix Fietkau 11 years ago
parent cc26f768e4
commit 80dd55228e
  1. 1
      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))

Loading…
Cancel
Save