aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vtpm_manager/Makefile')
-rw-r--r--tools/vtpm_manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vtpm_manager/Makefile b/tools/vtpm_manager/Makefile
index 16825a2279..f57b82facb 100644
--- a/tools/vtpm_manager/Makefile
+++ b/tools/vtpm_manager/Makefile
@@ -9,7 +9,7 @@ OPENSSL_HEADER = /usr/include/openssl/crypto.h
all: build
build:
- if [ -e $(OPENSSL_HEADER) ]; then \
+ @if [ -e $(OPENSSL_HEADER) ]; then \
@set -e; for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
done; \