Commit 78e6cbb4 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

  local sed build as well (Heikki Lindholm).
parent 4582047e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: