qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Makefile.target: code stp dependency on trace-events
@ 2012-03-18  7:47 Alon Levy
  2012-03-19 12:28 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Alon Levy @ 2012-03-18  7:47 UTC (permalink / raw)
  To: qemu-devel, Stefan Hajnoczi

Signed-off-by: Alon Levy <alevy@redhat.com>
---
 Makefile.target |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.target b/Makefile.target
index eb25941..5c62edb 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -58,7 +58,7 @@ else
 TARGET_TYPE=system
 endif
 
-$(QEMU_PROG).stp:
+$(QEMU_PROG).stp: $(SRC_PATH)/trace-events
 	$(call quiet-command,sh $(SRC_PATH)/scripts/tracetool \
 		--$(TRACE_BACKEND) \
 		--binary $(bindir)/$(QEMU_PROG) \
-- 
1.7.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-19 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-18  7:47 [Qemu-devel] [PATCH] Makefile.target: code stp dependency on trace-events Alon Levy
2012-03-19 12:28 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).