diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 10:49:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 10:49:44 +0100 |
commit | 2fd806c5ba3e9a3b0a1e32f4e43d072368c07737 (patch) | |
tree | 13b38a8019bf9d320a80a1c169164374d5ff41a1 /tools | |
parent | 339b913d67baa66090d81f365166304ba08eb471 (diff) |
path must be evaluated
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 7df8f4be5..371a7564e 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_DIR_HOST)/usr/bin:$PATH" ./configure) ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' touch $@ |