summaryrefslogtreecommitdiff
path: root/make/findutils.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-12 08:10:40 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-12 08:10:40 +0000
commitd322f37644811964ee7da64c4d3fcffd8898869f (patch)
treef7e2ba6c81659bb3db7257d894df9bffe7507db0 /make/findutils.mk
parente03eb9438ec2a2a8036f025df8cd112c1b686c63 (diff)
Lots and lots of changes
Diffstat (limited to 'make/findutils.mk')
-rw-r--r--make/findutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/findutils.mk b/make/findutils.mk
index 0a521cfa2..540965e5e 100644
--- a/make/findutils.mk
+++ b/make/findutils.mk
@@ -24,7 +24,7 @@ $(FINDUTILS_DIR)/.unpacked: $(DL_DIR)/$(FINDUTILS_SOURCE)
$(FINDUTILS_DIR)/.configured: $(FINDUTILS_DIR)/.unpacked
(cd $(FINDUTILS_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 \