ia64/xen-unstable
changeset 16935:daf1862c4ee5
vtpm: Small makefile fix.
Signed-off-by: Jason Andryuk <the_deuce@yahoo.com>
Signed-off-by: Jason Andryuk <the_deuce@yahoo.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed Jan 30 09:31:35 2008 +0000 (2008-01-30) |
parents | 1a357a1504b2 |
children | 3daab9b636c1 |
files | tools/vtpm/Makefile |
line diff
1.1 --- a/tools/vtpm/Makefile Tue Jan 29 15:18:27 2008 +0000 1.2 +++ b/tools/vtpm/Makefile Wed Jan 30 09:31:35 2008 +0000 1.3 @@ -83,7 +83,7 @@ updatepatches: clean orig 1.4 1.5 .PHONY: build_sub 1.6 build_sub: 1.7 - set -e; @if [ -e $(GMP_HEADER) ]; then \ 1.8 + set -e; if [ -e $(GMP_HEADER) ]; then \ 1.9 $(MAKE) -C $(VTPM_DIR); \ 1.10 if [ "$(BUILD_EMULATOR)" = "y" ]; then \ 1.11 $(MAKE) -C $(TPM_EMULATOR_DIR); \