X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/327ab14655e4f62a03aa2306e644b2f48a4c8a4c..f6f48d65b982f92c3fac43c7c5706ce1fa0ba6dd:/include/depends.mk diff --git a/include/depends.mk b/include/depends.mk index 65e9b25d5..042fd4f4f 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -11,9 +11,9 @@ # 3: tempfile for file listings # 4: find options -DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" +DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -x "*/.*.swp" -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)