Explorar el Código

path must be evaluated

Waldemar Brodkorb hace 11 años
padre
commit
2fd806c5ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 
 $(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 $@