qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Makefile: Make "install" depend on "trace-events-all"
@ 2017-02-04 14:32 Fam Zheng
  2017-02-04 22:39 ` Lluís Vilanova
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fam Zheng @ 2017-02-04 14:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: berrange, stefanha

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>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4b72a4c..b993741 100644
--- 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))
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-13 14:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 14:32 [Qemu-devel] [PATCH] Makefile: Make "install" depend on "trace-events-all" Fam Zheng
2017-02-04 22:39 ` Lluís Vilanova
2017-02-06 10:36   ` Daniel P. Berrange
2017-02-06 10:35 ` Daniel P. Berrange
2017-02-07 10:17 ` Christian Borntraeger
2017-02-07 15:14 ` Stefan Hajnoczi
2017-02-07 22:25   ` Doug Gilmore
2017-02-13 14:04     ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).