summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-01 11:17:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-01 11:17:59 +0100
commit5d9b6ee0543338a6d9009a9cc63b0b6d2f2f4f49 (patch)
tree225ff225eda727981c74646623363169582b5977 /tools
parentd61ad5d807e86890594f7c060853f014ac27562f (diff)
bc needs to find flex
Diffstat (limited to 'tools')
-rw-r--r--tools/bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bc/Makefile b/tools/bc/Makefile
index bb3c40492..8b984e734 100644
--- a/tools/bc/Makefile
+++ b/tools/bc/Makefile
@@ -14,7 +14,7 @@ include ../rules.mk
install: ${STAGING_HOST_DIR}/usr/bin/bc
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
- (cd ${WRKBUILD}; ./configure)
+ (cd ${WRKBUILD}; PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" ./configure)
${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}'
touch $@