From 43e87c966aefd31aafc8f24db4b2fc6670479467 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 11:02:37 +0100 Subject: another fix to PATH evaluation --- 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 371a7564e..023b6a40c 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