From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] PV-GRUB: compilation fix caused by 17880 Date: Fri, 20 Jun 2008 18:10:32 +0100 Message-ID: <20080620171032.GT4297@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org PV-GRUB: compilation fix caused by 17880 Signed-off-by: Samuel Thibault diff -r ba7d5b79d992 stubdom/grub/Makefile --- a/stubdom/grub/Makefile Fri Jun 20 17:52:00 2008 +0100 +++ b/stubdom/grub/Makefile Fri Jun 20 18:08:57 2008 +0100 @@ -5,7 +5,7 @@ BOOT=boot-$(XEN_TARGET_ARCH).o -DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I. +DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I$(XEN_ROOT)/tools/include -I. DEF_CPPFLAGS += -I../grub-cvs/stage1 DEF_CPPFLAGS += -I../grub-cvs/stage2 DEF_CPPFLAGS += -I../grub-cvs/netboot