From 88e363f1dfec49a156c0be4f8368728871401122 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 7 May 2013 10:02:23 +0800 Subject: Makefiles: remove -I$(includedir) Currently, we include the system include dir in some of our makefiles; this is causing build problems when cross-compiling, as the system include dir may not contain files for the host. The compiler should be searing in the proper system include dir, so just remove the redundant -I. Signed-off-by: Jeremy Kerr --- utils/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 2f2b569..67d64cc 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ -- cgit v1.2.1