X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fdepends.mk;fp=include%2Fdepends.mk;h=be58ed1cf08105931b589bb45d6c53c36731d488;hp=1e01d35f81bdceb395c1d66e7f45fb9977cc75bd;hb=109f15b54cd3932df9b41ad6e681351fe7c5146a;hpb=7f952696c7a8ddf296bb821634edaef0d4c4d8fb diff --git a/include/depends.mk b/include/depends.mk index 1e01d35f81..be58ed1cf0 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -11,9 +11,9 @@ # 3: tempfile for file listings # 4: find options -DEP_FINDPARAMS := -type f -not -name ".*" -and -not -path "*.svn*" +DEP_FINDPARAMS := -type f -not -name ".*" -and -not -path "*.svn*" -type f -not -name ".*" -and -not -path "*.svn*" -and -not -path "*:*" -and -not -path "*!*" -and -not -path "* *" -and -not -path "*\\\#*" define rdep - $(foreach file,$(shell find $(1) $(DEP_FINDPARAMS) -and -not -path "*:*" $(4)), + $(foreach file,$(shell find $(1) $(DEP_FINDPARAMS) $(4)), $(2): $(file) $(file): ; )