summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-03-18 08:47:15 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-03-30 11:55:21 +0100
commit2174e2380fcf853977a73be935b369218671a9a6 (patch)
tree27b386f255d695fee3e500caafcfbba20fefd222 /Makefile.target
parentf638f0d3ae214d995cdd94578195700cda24597b (diff)
downloadqemu-2174e2380fcf853977a73be935b369218671a9a6.tar.gz
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
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) \