X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/404851abe9fe9dbb95456b58a7219905d4f03c90..9170cbf26cd990771f7b3ca05d6931b67289ee3f:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 8bb1908fe..4fe91f665 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)