From: Felix Fietkau Date: Sun, 16 Aug 2009 01:03:34 +0000 (+0000) Subject: merge r14568 to 8.09 X-Git-Tag: 8.09.2~73 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ef5645913d882bdb7ee3402677ea6d070df5ba1c;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge r14568 to 8.09 SVN-Revision: 17281 --- diff --git a/tools/Makefile b/tools/Makefile index 8e3f35ab43..aca49857d9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -40,8 +40,9 @@ endef $(eval $(call PrepareCommand,find,gfind find)) $(eval $(call PrepareCommand,md5sum,md5sum $(SCRIPT_DIR)/md5sum)) $(eval $(call PrepareCommand,cp,gcp cp)) +$(eval $(call PrepareCommand,stat,gstat stat)) -$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp) +$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat) $(curdir)//prepare = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps) $(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps)