summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-01 11:10:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-01 11:10:48 +0100
commitd61ad5d807e86890594f7c060853f014ac27562f (patch)
treecc44f2593841cdb5bba8931789dc5d3ee0d264b6
parent43e87c966aefd31aafc8f24db4b2fc6670479467 (diff)
final fix for tools build breakage
-rw-r--r--tools/flex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index 023b6a40c..235f785b4 100644
--- a/tools/flex/Makefile
+++ b/tools/flex/Makefile
@@ -14,7 +14,7 @@ include ../rules.mk
install: ${STAGING_HOST_DIR}/usr/bin/flex
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
- (cd ${WRKBUILD}; PATH="$(STAGING_DIR_HOST)/usr/bin:$$PATH" ./configure)
+ (cd ${WRKBUILD}; PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" ./configure)
${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}'
touch $@