]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-30 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 30 Oct 2009 22:51:52 +0000 (22:51 +0000)
committerrobertmh <robertmh@localhost>
Fri, 30 Oct 2009 22:51:52 +0000 (22:51 +0000)
        Fix build problem.

        * Makefile.in (TARGET_CPPFLAGS): Replace `-nostdinc' with
        `-isystem=$(srcdir)/include'.

ChangeLog
Makefile.in

index 26de80e89d4448051d71cf5bca72d2132562fa46..25d7b753d7c52930f27e8789ee2091fe4fd68f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-30  Robert Millan  <rmh.grub@aybabtu.com>
+
+       Fix build problem.
+
+       * Makefile.in (TARGET_CPPFLAGS): Replace `-nostdinc' with
+       `-isystem=$(srcdir)/include'.
+
 2009-10-30  Robert Millan  <rmh.grub@aybabtu.com>
 
        * util/i386/pc/grub-install.in: Remove hint that device.map should be
index 103d2d3d2e4f5e63a2003ad0ed0c4013786bc1a8..2776fff17583cc26b4acbc00cedeb7db84324dcc 100644 (file)
@@ -75,7 +75,7 @@ TARGET_ASFLAGS = @TARGET_ASFLAGS@
 TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 TARGET_APPLE_CC = @TARGET_APPLE_CC@
 OBJCONV = @OBJCONV@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -nostdinc -I$(builddir) -I$(builddir)/include -I$(srcdir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem=$(srcdir)/include -I$(builddir) -I$(builddir)/include \
        -Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@