]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
tools/xen-mceinj: Fix depency for the install rule
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Feb 2014 10:54:14 +0000 (10:54 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Mar 2014 10:50:55 +0000 (10:50 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Liu Jinsong <jinsong.liu@intel.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/tests/mce-test/tools/Makefile

index 8a23b83f5a8e39346ba9c6fac6606a8f595fb4c1..5ee001f817d50f57f32836dc037efcff36645777 100644 (file)
@@ -10,7 +10,7 @@ CFLAGS += $(CFLAGS_xeninclude)
 .PHONY: all
 all: xen-mceinj
 
-install: 
+install: xen-mceinj
        $(INSTALL_PROG) xen-mceinj $(DESTDIR)$(SBINDIR)
 
 .PHONY: clean