debuggers.hg
changeset 6650:d0a5b1857c35
Fix build.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Sun Sep 04 22:45:45 2005 +0000 (2005-09-04) |
parents | f59e0163540e |
children | cd6f1a4e9a39 dd7aac3720b1 |
files | tools/xenstore/Makefile |
line diff
1.1 --- a/tools/xenstore/Makefile Sun Sep 04 21:19:44 2005 +0000 1.2 +++ b/tools/xenstore/Makefile Sun Sep 04 22:45:45 2005 +0000 1.3 @@ -16,7 +16,7 @@ PROG_DEP = .*.d 1.4 #BASECFLAGS+= -I$(XEN_ROOT)/tools 1.5 BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc 1.6 BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public 1.7 -BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public 1.8 +BASECFLAGS+= -I. 1.9 BASECFLAGS+= -I$(XEN_ROOT)/linux-2.6-xen-sparse/include/asm-xen/linux-public 1.10 1.11 CFLAGS += $(BASECFLAGS)