# HG changeset patch # User Keir Fraser # Date 1201685495 0 # Node ID daf1862c4ee50e5d57304e80bd62ba40b8565a3a # Parent 1a357a1504b26755edfac3fe0a37ea805d071d3a vtpm: Small makefile fix. Signed-off-by: Jason Andryuk diff -r 1a357a1504b2 -r daf1862c4ee5 tools/vtpm/Makefile --- a/tools/vtpm/Makefile Tue Jan 29 15:18:27 2008 +0000 +++ b/tools/vtpm/Makefile Wed Jan 30 09:31:35 2008 +0000 @@ -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); \