tools: add dependency on the seq symlink
SVN-Revision: 30861
This commit is contained in:
parent
1ad06d4c3a
commit
ffa4a3c4f5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue