X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2FMakefile;h=4fe91f665a1396308717d8a9e5bd6a5096668d9b;hp=8bb1908fe31a1db4f3998df5b220bd9faaef9edb;hb=ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5;hpb=1ad06d4c3afca34aa2ca7ece1cb5c1b826bb0a37 diff --git a/tools/Makefile b/tools/Makefile index 8bb1908fe3..4fe91f665a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -107,7 +107,7 @@ $(eval $(call PrepareCommand,cp,gcp cp)) $(eval $(call PrepareCommand,stat,gstat stat)) $(eval $(call PrepareCommand,seq,gseq seq)) -$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat) +$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat seq) $(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps) $(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)