|
@@ -15,7 +15,7 @@ else
|
|
# script should use 'which' to find a candidate. The script should return
|
|
# script should use 'which' to find a candidate. The script should return
|
|
# the path to the suitable host tool, or nothing if no suitable tool was found.
|
|
# the path to the suitable host tool, or nothing if no suitable tool was found.
|
|
define suitable-host-package
|
|
define suitable-host-package
|
|
-$(shell support/dependencies/check-host-$(1).sh $(2))
|
|
|
|
|
|
+$(if $(1),$(shell support/dependencies/check-host-$(1).sh $(2)))
|
|
endef
|
|
endef
|
|
endif
|
|
endif
|
|
# host utilities needs host-tar to extract the source code tarballs, so
|
|
# host utilities needs host-tar to extract the source code tarballs, so
|