diff options
Diffstat (limited to 'core/definitions.mk')
-rw-r--r-- | core/definitions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/definitions.mk b/core/definitions.mk index 2875e28..6db9d8f 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -339,7 +339,7 @@ endef define find-parent-file $(strip \ - $(eval _fpf := $(wildcard $(strip $(1))/$(strip $(2)))) \ + $(eval _fpf := $(wildcard $(foreach f, $(2), $(strip $(1))/$(f)))) \ $(if $(_fpf),$(_fpf), \ $(if $(filter-out ./ .,$(1)), \ $(call find-parent-file,$(patsubst %/,%,$(dir $(1))),$(2)) \ |