]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile: Make "install" depend on "trace-events-all"
authorFam Zheng <famz@redhat.com>
Sat, 4 Feb 2017 14:32:45 +0000 (22:32 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 13 Feb 2017 13:38:31 +0000 (13:38 +0000)
We install this file to data dir but since 0ab8ed18 it's no longer
required by any objects during "make". List it explicitly as a depended
target of install and fix the broken "make install" command.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 20170204143245.15974-1-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Makefile

index 4b72a4ca562f64264bd456f524c323a41f8bda73..b993741183172000216095d701c526512f4acc53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -589,7 +589,7 @@ endif
 endif
 
 
-install: all $(if $(BUILD_DOCS),install-doc) \
+install: all $(if $(BUILD_DOCS),install-doc) $(BUILD_DIR)/trace-events-all \
 install-datadir install-localstatedir
 ifneq ($(TOOLS),)
        $(call install-prog,$(subst qemu-ga,qemu-ga$(EXESUF),$(TOOLS)),$(DESTDIR)$(bindir))