Re: [Qemu-devel] [PATCH] Makefile.target: code stp dependency on trace-events

2012-03-19 Thread Stefan Hajnoczi
On Sun, Mar 18, 2012 at 08:47:15AM +0100, Alon Levy wrote: > Signed-off-by: Alon Levy > --- > Makefile.target |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Nice catch, thanks! Applied to the tracing patches tree: https://github.com/stefanha/qemu/commits/tracing Stefan

[Qemu-devel] [PATCH] Makefile.target: code stp dependency on trace-events

2012-03-18 Thread Alon Levy
Signed-off-by: Alon Levy --- 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: +$