From 6eab3544f47207e976df37a85c5855bf55754713 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sat, 4 Feb 2017 22:32:45 +0800 Subject: 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 Message-id: 20170204143245.15974-1-famz@redhat.com Signed-off-by: Stefan Hajnoczi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.1