X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2FMakefile;h=0e6fdec251d77fde0cb49c51e5c8a00396768fe7;hb=9b7d53a0cd4d4bafcaedbeb7bb56ae7bf1fffa11;hp=40d6e18a876241c628bf68ab3ec4dcd0a7199f26;hpb=749139296d7d51f60687a583ae9a4b59d22b40b5;p=openwrt%2Fsvn-archive%2Farchive.git 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)