projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b12579
)
vtpm: Small makefile fix.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 30 Jan 2008 09:31:35 +0000
(09:31 +0000)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/vtpm/Makefile
b/tools/vtpm/Makefile
index 691a608030d2b23ed9775143b55f8e552a870cec..aeab129cbb15969f95df23bd2acd4643025d7dd5 100644
(file)
--- a/
tools/vtpm/Makefile
+++ b/
tools/vtpm/Makefile
@@
-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); \