diff options
author | Alon Levy | 2012-03-18 08:47:15 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2012-03-30 12:55:21 +0200 |
commit | 2174e2380fcf853977a73be935b369218671a9a6 (patch) | |
tree | 27b386f255d695fee3e500caafcfbba20fefd222 | |
parent | qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs (diff) | |
download | qemu-2174e2380fcf853977a73be935b369218671a9a6.tar.gz qemu-2174e2380fcf853977a73be935b369218671a9a6.tar.xz qemu-2174e2380fcf853977a73be935b369218671a9a6.zip |
Makefile.target: code stp dependency on trace-events
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 44b2e83e6f..9f3c100b0e 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) \ |