projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023ddd7
)
Revert "fix out of tree build"
author
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 28 Nov 2011 18:45:28 +0000
(12:45 -0600)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 28 Nov 2011 22:20:53 +0000
(16:20 -0600)
This reverts commit
be85c90b74f56dca51782fa3080fcdf88593e045
.
This patch is incorrect and breaks the build with a freshly cloned git tree.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b06599c160f5c9de17b6f12bafdad8c12b1a6651..7c937396049c8a2609b99e2c745c82acac72b663 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-168,7
+168,7
@@
check-qjson: check-qjson.o $(qobject-obj-y) $(tools-obj-y)
test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) $(tools-obj-y)
$(qapi-obj-y): $(GENERATED_HEADERS)
-qapi-dir :=
$(SRC_PATH)/
qapi-generated
+qapi-dir := qapi-generated
test-visitor.o test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir)
qemu-ga$(EXESUF): LIBS = $(LIBS_QGA)