summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/Rules.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make
index 0e6a41e01..f99adc20d 100644
--- a/rules/pre/Rules.make
+++ b/rules/pre/Rules.make
@@ -29,7 +29,7 @@ CHECK_PIPE_STATUS := \
#
# prepare the search path when cross compiling
#
-CROSS_PATH := $(PTXDIST_SYSROOT_CROSS)/bin:$(PTXDIST_SYSROOT_CROSS)/sbin:$$PATH
+CROSS_PATH := $(PTXDIST_SYSROOT_CROSS)/bin:$(PTXDIST_SYSROOT_CROSS)/sbin:$(PATH)
# ----------------------------------------------------------------------------
@@ -280,7 +280,7 @@ endif
# HOST stuff
# ----------------------------------------------------------------------------
-HOST_PATH := $$PATH
+HOST_PATH := $(PATH)
HOST_ENV_AC := \
enable_option_checking=fatal \