tools/Config.mk: Fix an error in RWILDCARD implemenation
This commit is contained in:
parent
6e60af91e4
commit
d533cc53df
@ -292,7 +292,7 @@ endif
|
|||||||
# FILELIST = ${shell find <dir> -name <wildcard-file>}
|
# FILELIST = ${shell find <dir> -name <wildcard-file>}
|
||||||
|
|
||||||
define RWILDCARD
|
define RWILDCARD
|
||||||
$(foreach d,$(wildcard $1/*),$(call RWILDCARD,$d/)$(filter $(subst *,%,$2),$d))
|
$(foreach d,$(wildcard $1/*),$(call RWILDCARD,$d,$2)$(filter $(subst *,%,$2),$d))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# CLEAN - Default clean target
|
# CLEAN - Default clean target
|
||||||
|
Loading…
Reference in New Issue
Block a user