summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-07 10:02:23 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-05-07 14:07:58 +0800
commit88e363f1dfec49a156c0be4f8368728871401122 (patch)
tree4ae68ce3421071f968ac165b40a8882b3c6b7930 /ui
parent3f80b5fcca2d728f9eee7738741cd871263bba90 (diff)
downloadtalos-petitboot-88e363f1dfec49a156c0be4f8368728871401122.tar.gz
talos-petitboot-88e363f1dfec49a156c0be4f8368728871401122.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/common/Makefile.am1
-rw-r--r--ui/ncurses/Makefile.am1
-rw-r--r--ui/test/Makefile.am1
-rw-r--r--ui/twin/Makefile.am1
4 files changed, 0 insertions, 4 deletions
diff --git a/ui/common/Makefile.am b/ui/common/Makefile.am
index e629f1c..a7b2f0f 100644
--- a/ui/common/Makefile.am
+++ b/ui/common/Makefile.am
@@ -15,7 +15,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(includedir) \
$(DEFAULT_CPPFLAGS)
AM_CFLAGS = \
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index 3df9105..6d360d2 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -15,7 +15,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(includedir) \
$(DEFAULT_CPPFLAGS)
AM_CFLAGS = \
diff --git a/ui/test/Makefile.am b/ui/test/Makefile.am
index 1daf78e..63b7d8c 100644
--- a/ui/test/Makefile.am
+++ b/ui/test/Makefile.am
@@ -15,7 +15,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(includedir) \
$(DEFAULT_CPPFLAGS)
AM_CFLAGS = \
diff --git a/ui/twin/Makefile.am b/ui/twin/Makefile.am
index dc6ec53..053e73c 100644
--- a/ui/twin/Makefile.am
+++ b/ui/twin/Makefile.am
@@ -15,7 +15,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(includedir) \
$(DEFAULT_CPPFLAGS) \
$(twin_CFLAGS)
OpenPOWER on IntegriCloud