summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-10 12:59:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-03-10 12:59:17 +0000
commitffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5 (patch)
tree48e6f9d0ad072685bc4f5258da9e14706d4042f4 /tools/Makefile
parent1ad06d4c3afca34aa2ca7ece1cb5c1b826bb0a37 (diff)
downloadmtk-20170518-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.zip
mtk-20170518-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.tar.gz
mtk-20170518-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.tar.bz2
tools: add dependency on the seq symlink
SVN-Revision: 30861
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 8bb1908..4fe91f6 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)