summaryrefslogtreecommitdiff
path: root/make/netkittelnet.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/netkittelnet.mk
parente03eb9438ec2a2a8036f025df8cd112c1b686c63 (diff)
Lots and lots of changes
Diffstat (limited to 'make/netkittelnet.mk')
-rw-r--r--make/netkittelnet.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/netkittelnet.mk b/make/netkittelnet.mk
index a082764af..ab4a2cb26 100644
--- a/make/netkittelnet.mk
+++ b/make/netkittelnet.mk
@@ -27,7 +27,7 @@ $(NETKITTELNET_DIR)/.unpacked: $(DL_DIR)/$(NETKITTELNET_SOURCE)
touch $(NETKITTELNET_DIR)/.unpacked
$(NETKITTELNET_DIR)/.configured: $(NETKITTELNET_DIR)/.unpacked
- (cd $(NETKITTELNET_DIR); PATH=$(STAGING_DIR)/bin:$$PATH CC=$(TARGET_CC) \
+ (cd $(NETKITTELNET_DIR); PATH=$(TARGET_PATH) CC=$(TARGET_CC) \
./configure --installroot=$(TARGET_DIR) --with-c-compiler=$(TARGET_CC) \
)
touch $(NETKITTELNET_DIR)/.configured