From 339b913d67baa66090d81f365166304ba08eb471 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 10:45:12 +0100 Subject: use PATH to find m4 --- 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 fc357d250..7df8f4be5 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}; ./configure) + (cd ${WRKBUILD}; PATH='$(STAGING_DIR_HOST)/usr/bin:$PATH' ./configure) ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' touch $@ -- cgit v1.2.3