X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fdepends.mk;h=042fd4f4f28523ac2cc46b21d2f00b8f1a194dc0;hp=828ceb8564e4c27458fc8eca78ccbc049b484617;hb=c32a125607688264293d2eda27a580009a815696;hpb=a9136c0892fa5fa1627c2502d309eeb8cda187f8 diff --git a/include/depends.mk b/include/depends.mk index 828ceb8564..042fd4f4f2 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -11,7 +11,7 @@ # 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=$(SH_FUNC) find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s