summaryrefslogtreecommitdiffstats
path: root/make/ntp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/ntp.mk')
-rw-r--r--make/ntp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/ntp.mk b/make/ntp.mk
index 6e29565ea..e7c820aeb 100644
--- a/make/ntp.mk
+++ b/make/ntp.mk
@@ -24,7 +24,7 @@ $(NTP_DIR)/.unpacked: $(DL_DIR)/$(NTP_SOURCE)
$(NTP_DIR)/.configured: $(NTP_DIR)/.unpacked
(cd $(NTP_DIR); rm -rf config.cache; \
- PATH=$(STAGING_DIR)/bin:$$PATH CC=$(TARGET_CC) \
+ PATH=$(TARGET_PATH) CC=$(TARGET_CC) \
./configure \
--target=$(GNU_TARGET_NAME) \
--prefix=/usr \