From a9136c0892fa5fa1627c2502d309eeb8cda187f8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 19 Aug 2010 12:49:37 +0000 Subject: speed up the build system by including include/shell.sh on shell commands only where necessary SVN-Revision: 22720 --- include/depends.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/depends.mk') diff --git a/include/depends.mk b/include/depends.mk index 65e9b25d5e..828ceb8564 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -13,7 +13,7 @@ DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -find_md5=find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s +find_md5=$(SH_FUNC) find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s define rdep .PRECIOUS: $(2) -- cgit v1.2.3