From: Felix Fietkau Date: Sat, 10 Mar 2012 12:59:17 +0000 (+0000) Subject: tools: add dependency on the seq symlink X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4ae741e16306c5393caa47d2bbbe260585cbd3f;p=openwrt%2Fsvn-archive%2Farchive.git tools: add dependency on the seq symlink SVN-Revision: 30861 --- 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)