X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fdepends.mk;h=293409d8b75074468f244ebe939a3b9ee5df73e0;hb=01d7a5d7dee247c40a7ecfbd7ba221640752e76f;hp=53e5b1e5b2e713169b92a4b9b9c257b5b52df019;hpb=7002f6326e9dcd4cb3272763ba9b9debd9f3a60d;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/include/depends.mk b/include/depends.mk index 53e5b1e5b2..293409d8b7 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -13,7 +13,7 @@ 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 +find_md5=find $(wildcard $(1)) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | mkhash md5 define rdep .PRECIOUS: $(2)