aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:58:52 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:58:52 +0000
commit904216ffb26328c4a20b5e13020663034b0c1300 (patch)
tree557778eb47cc9c5b1de02449d6efb93825e727b8 /tools/ocaml
parent26f4cfd64efd8919b5928a38e3acf861100de274 (diff)
downloadxen-904216ffb26328c4a20b5e13020663034b0c1300.tar.gz
xen-904216ffb26328c4a20b5e13020663034b0c1300.tar.bz2
xen-904216ffb26328c4a20b5e13020663034b0c1300.zip
tools: remove unnecessary uses of -I.
It's not needed unless you are including headers in the current directory _and_ you can't use "" instead of <> because the headers are to be installed. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/libs/xc/Makefile b/tools/ocaml/libs/xc/Makefile
index b53ab74b2f..6298e46f55 100644
--- a/tools/ocaml/libs/xc/Makefile
+++ b/tools/ocaml/libs/xc/Makefile
@@ -2,7 +2,7 @@ TOPLEVEL=$(CURDIR)/../..
XEN_ROOT=$(TOPLEVEL)/../..
include $(TOPLEVEL)/common.make
-CFLAGS += -I../mmap -I./ -I$(XEN_ROOT)/tools/libxc
+CFLAGS += -I../mmap -I$(XEN_ROOT)/tools/libxc
OCAMLINCLUDE += -I ../mmap -I ../uuid -I $(XEN_ROOT)/tools/libxc
OBJS = xc