diff options
| author | Fam Zheng | 2017-02-04 15:32:45 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2017-02-13 14:38:31 +0100 |
| commit | 6eab3544f47207e976df37a85c5855bf55754713 (patch) | |
| tree | 60b6c4d2544ca1f9f0f11e882e03cf2de054d923 /Makefile | |
| parent | docs: update manpage for stderr->log rename (diff) | |
| download | qemu-6eab3544f47207e976df37a85c5855bf55754713.tar.gz qemu-6eab3544f47207e976df37a85c5855bf55754713.tar.xz qemu-6eab3544f47207e976df37a85c5855bf55754713.zip | |
Makefile: Make "install" depend on "trace-events-all"
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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
