summaryrefslogtreecommitdiffstats
path: root/make/mke2fs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/mke2fs.mk')
-rw-r--r--make/mke2fs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/mke2fs.mk b/make/mke2fs.mk
index 2d340cb84..589da672b 100644
--- a/make/mke2fs.mk
+++ b/make/mke2fs.mk
@@ -21,7 +21,7 @@ $(MKE2FS_DIR)/.unpacked: $(DL_DIR)/$(MKE2FS_SOURCE)
$(MKE2FS_DIR)/.configured: $(MKE2FS_DIR)/.unpacked
(cd $(MKE2FS_DIR); rm -rf config.cache; \
- PATH=$(STAGING_DIR)/bin:$$PATH CC=$(TARGET_CC) \
+ PATH=$(TARGET_PATH) CC=$(TARGET_CC) \
./configure \
--target=$(GNU_TARGET_NAME) \
--with-cc=$(TARGET_CC) \