- Propagate HOST_SED_DIR to the dependencies script so that it may use the

local sed build as well (Heikki Lindholm).
2012.11.x
Bernhard Reutner-Fischer 2007-03-08 16:44:20 +00:00
parent 4582047ec7
commit 78e6cbb4ee
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
######################################################################
dependencies: host-sed
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" $(TOPDIR)/toolchain/dependencies/dependencies.sh
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
HOST_SED_DIR="$(HOST_SED_DIR)" \
$(TOPDIR)/toolchain/dependencies/dependencies.sh
dependencies-source: