summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/futility/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc
index 45627a94ed0b..6a56debfb98c 100644
--- a/util/futility/Makefile.inc
+++ b/util/futility/Makefile.inc
@@ -16,7 +16,7 @@ $(VBOOT_FUTILITY): | check-openssl-presence
.PHONY: check-openssl-presence
check-openssl-presence:
- $(HOSTPKGCONFIG) --exists libcrypto || \
+ @$(HOSTPKGCONFIG) --exists libcrypto || \
(echo "Error: Ensure that pkg-config and openssl's libcrypto, including header files, are installed."; exit 1)
$(objutil)/futility/futility: $(VBOOT_FUTILITY)