]> git.ozlabs.org Git - petitboot/commitdiff
Makefiles: remove -I$(includedir)
authorJeremy Kerr <jk@ozlabs.org>
Tue, 7 May 2013 02:02:23 +0000 (10:02 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 7 May 2013 06:07:58 +0000 (14:07 +0800)
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>
test/lib/Makefile.am
test/parser/Makefile.am
test/urls/Makefile.am
ui/common/Makefile.am
ui/ncurses/Makefile.am
ui/test/Makefile.am
ui/twin/Makefile.am
utils/Makefile.am

index 5a3a34abcbf2ccee2709d210c060cab1b9dfae58..bfcf9c25efaf98463c6905b01b6ca0cd18a45881 100644 (file)
@@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = parallel-tests
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index 7360926056bfd3c36feca4bb07394cd64fb3a042..5e7c76583192738b395af237f047e39dd6eac317 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index da6fcbfbcc4d0c5dd2a2b276172e2ea9d00a8929..e2731c1719b290ecb2ad6e2059da07752e89af47 100644 (file)
@@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = parallel-tests
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index e629f1c3720b2ce2f24f08781fa037afd0ba04e0..a7b2f0ff9338b0e041fcebfd0c0ca7fc8314f0f9 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index 3df91053bb25a673f455cf3451e254a795c97dde..6d360d2dae91600a060ec501c5e2ac9110f216d5 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index 1daf78ec83079dccfc7f5c59d5b054652da666b3..63b7d8c285dc19763bd1da5a803ec4bef4eefa9d 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
index dc6ec533ec4068be210011e80b0b067cd7e13c8e..053e73c37512d9ca3fe6417cd8fd3b49da4e262d 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS) \
        $(twin_CFLAGS)
 
        $(DEFAULT_CPPFLAGS) \
        $(twin_CFLAGS)
 
index 2f2b569cf21e76bdef5b2c025a579fbc78bb7612..67d64ccb60bc6ffd40c710e3eeee71283c7b29ad 100644 (file)
@@ -15,7 +15,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
-       -I$(includedir) \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \
        $(DEFAULT_CPPFLAGS)
 
 AM_CFLAGS = \