From 904216ffb26328c4a20b5e13020663034b0c1300 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 21 Mar 2011 17:58:52 +0000 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/debugger/gdbsx/xg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/debugger') 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 -- cgit v1.2.3