diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 11:10:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 11:10:48 +0100 |
commit | d61ad5d807e86890594f7c060853f014ac27562f (patch) | |
tree | cc44f2593841cdb5bba8931789dc5d3ee0d264b6 /tools | |
parent | 43e87c966aefd31aafc8f24db4b2fc6670479467 (diff) |
final fix for tools build breakage
Diffstat (limited to 'tools')
-rw-r--r-- | tools/flex/Makefile | 2 |
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 $@ |