From 2fd806c5ba3e9a3b0a1e32f4e43d072368c07737 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 10:49:44 +0100 Subject: path must be evaluated --- tools/flex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 $@ -- cgit v1.2.3