vtpm: Small makefile fix.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Jan 2008 09:31:35 +0000 (09:31 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Jan 2008 09:31:35 +0000 (09:31 +0000)
Signed-off-by: Jason Andryuk <the_deuce@yahoo.com>
tools/vtpm/Makefile

index 691a608030d2b23ed9775143b55f8e552a870cec..aeab129cbb15969f95df23bd2acd4643025d7dd5 100644 (file)
@@ -83,7 +83,7 @@ updatepatches: clean orig
 
 .PHONY: build_sub
 build_sub:
-       set -e; @if [ -e $(GMP_HEADER) ]; then \
+       set -e; if [ -e $(GMP_HEADER) ]; then \
                $(MAKE) -C $(VTPM_DIR); \
                if [ "$(BUILD_EMULATOR)" = "y" ]; then \
                        $(MAKE) -C $(TPM_EMULATOR_DIR); \