diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc index 45627a94ed..6a56debfb9 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)