X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fprereq.mk;h=6cb590e360aab351b567e8b76dfa35a98815d4af;hb=9a08c0ba807b7e362de5afe78140f3bb4188746c;hp=33ac27823297b0ab86d98013aaeb8fc3f53321a7;hpb=7002f6326e9dcd4cb3272763ba9b9debd9f3a60d;p=librecmc%2Flibrecmc.git diff --git a/include/prereq.mk b/include/prereq.mk index 33ac278232..6cb590e360 100644 --- a/include/prereq.mk +++ b/include/prereq.mk @@ -86,6 +86,7 @@ endef # 3+: candidates define SetupHostCommand define Require/$(1) + [ -f "$(STAGING_DIR_HOST)/bin/$(strip $(1))" ] && exit 0; \ for cmd in $(call QuoteHostCommand,$(3)) $(call QuoteHostCommand,$(4)) \ $(call QuoteHostCommand,$(5)) $(call QuoteHostCommand,$(6)) \ $(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)) \