[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] vtpm: Small makefile fix.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1201685495 0 # Node ID daf1862c4ee50e5d57304e80bd62ba40b8565a3a # Parent 1a357a1504b26755edfac3fe0a37ea805d071d3a vtpm: Small makefile fix. Signed-off-by: Jason Andryuk <the_deuce@xxxxxxxxx> --- tools/vtpm/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) 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); \ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |