X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq.mk;h=71ca96e8a78476010922929f06e02c2219fe5a54;hb=88057fdc36d4bb170f3deae464ba1092c5fdbc7e;hp=9bc5e0dee232ba1242562866953d9ece7403c229;hpb=8c2949fb6d8a8f09ef0c9009d758c7c8c7ebf1a9;p=openwrt.git diff --git a/include/prereq.mk b/include/prereq.mk index 9bc5e0dee2..71ca96e8a7 100644 --- a/include/prereq.mk +++ b/include/prereq.mk @@ -88,7 +88,8 @@ define SetupHostCommand define Require/$(1) for cmd in $(call QuoteHostCommand,$(3)) $(call QuoteHostCommand,$(4)) \ $(call QuoteHostCommand,$(5)) $(call QuoteHostCommand,$(6)) \ - $(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)); do \ + $(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)) \ + $(call QuoteHostCommand,$(9)); do \ if [ -n "$$$$$$$$cmd" ]; then \ bin="$$$$$$$$(PATH="$(subst $(space),:,$(filter-out $(STAGING_DIR_HOST)/%,$(subst :,$(space),$(PATH))))" \ which "$$$$$$$${cmd%% *}")"; \