X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=include%2Fdepends.mk;h=3df51adae3bf341ade86c932f825085419e58c6c;hp=c26c8e547e0223fe995e573a8ca6f13f61bb457d;hb=e1debc557cc27061d8bb02b04e04e0b606678650;hpb=9228d1c066cf3a2cd01288bed3646e53638705b6 diff --git a/include/depends.mk b/include/depends.mk index c26c8e547e..3df51adae3 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" -x "*/.*.swp" +DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -x "*/.*.swp" -x "*/.pkgdir*" find_md5=find $(wildcard $(1)) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | mkhash md5