Browse Source

another fix to PATH evaluation

Waldemar Brodkorb 11 years ago
parent
commit
43e87c966a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/flex/Makefile

+ 1 - 1
tools/flex/Makefile

@@ -14,7 +14,7 @@ include ../rules.mk
 install: ${STAGING_HOST_DIR}/usr/bin/flex
 install: ${STAGING_HOST_DIR}/usr/bin/flex
 
 
 $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
 $(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}'
 	${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}'
 	touch $@
 	touch $@