summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/000-ptx-search.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pre/000-ptx-search.make b/rules/pre/000-ptx-search.make
index f34088f2f..8676732d9 100644
--- a/rules/pre/000-ptx-search.make
+++ b/rules/pre/000-ptx-search.make
@@ -14,7 +14,7 @@ ptx/get_alternative = $(error ptx/get_alternative has been renamed to ptx/get-al
#
# resolve all possible paths
define ptx/in-path3
-$(wildcard $(addsuffix /$(strip $(2)),$(1)))
+$(wildcard $(addsuffix /$(strip $(2)),$(strip $(1))))
endef
# expand a relative path if found
define ptx/in-path2