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

local sed build as well (Heikki Lindholm).
This commit is contained in:
Bernhard Reutner-Fischer 2007-03-08 16:44:20 +00:00
parent 4582047ec7
commit 78e6cbb4ee

View file

@ -6,7 +6,9 @@
###################################################################### ######################################################################
dependencies: host-sed 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: dependencies-source: