diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:17 +0000 |
commit | ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5 (patch) | |
tree | 48e6f9d0ad072685bc4f5258da9e14706d4042f4 /tools/Makefile | |
parent | 1ad06d4c3afca34aa2ca7ece1cb5c1b826bb0a37 (diff) | |
download | upstream-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.tar.gz upstream-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.tar.bz2 upstream-ffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5.zip |
tools: add dependency on the seq symlink
SVN-Revision: 30861
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |