From: Felix Fietkau Date: Tue, 9 Jul 2013 13:36:36 +0000 (+0000) Subject: tools: remove stale reference to the find PrepareCommand Target X-Git-Tag: v19.07.0-rc1~20641 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8cfd4d835005d3ccfb66e881a3aac790b99fe5a8;p=openwrt%2Fstaging%2Fhauke.git tools: remove stale reference to the find PrepareCommand Target Signed-off-by: Felix Fietkau SVN-Revision: 37215 --- diff --git a/tools/Makefile b/tools/Makefile index 40d6e18a87..0e6fdec251 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)