aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
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/debugger
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/debugger')
-rw-r--r--tools/debugger/gdbsx/xg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/gdbsx/xg/Makefile b/tools/debugger/gdbsx/xg/Makefile
index 8a3cb6b635..be0c2ccc41 100644
--- a/tools/debugger/gdbsx/xg/Makefile
+++ b/tools/debugger/gdbsx/xg/Makefile
@@ -4,7 +4,7 @@ include ../Rules.mk
XG_HDRS := xg_public.h
XG_OBJS := xg_main.o
-CFLAGS += -I. -I../../../include
+CFLAGS += -I../../../include
.PHONY: all