summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-09 13:36:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-09 13:36:36 +0000
commit8cfd4d835005d3ccfb66e881a3aac790b99fe5a8 (patch)
tree0a1a854116a1ddf1667df25c96eadb7d19175903 /tools/Makefile
parent64dde7d981cf3350ee06d1aa431bb2bf6f4397a3 (diff)
downloadmtk-20170518-8cfd4d835005d3ccfb66e881a3aac790b99fe5a8.zip
mtk-20170518-8cfd4d835005d3ccfb66e881a3aac790b99fe5a8.tar.gz
mtk-20170518-8cfd4d835005d3ccfb66e881a3aac790b99fe5a8.tar.bz2
tools: remove stale reference to the find PrepareCommand Target
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37215
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 40d6e18..0e6fdec 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -138,7 +138,7 @@ $(eval $(call PrepareCommand,grep,ggrep grep))
$(eval $(call PrepareCommand,tar,gtar tar))
$(eval $(call PrepareCommand,diff,gdiff diff))
-$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat seq python awk getopt grep tar diff)
+$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,md5sum cp stat seq python awk getopt grep tar diff)
$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)
$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)