Revision: 2670
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2670
Author:   robertmh
Date:     2009-10-28 23:16:32 +0000 (Wed, 28 Oct 2009)
Log Message:
-----------
2009-10-28  Robert Millan  <[email protected]>

        * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/Makefile.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-10-28 22:55:27 UTC (rev 2669)
+++ trunk/grub2/ChangeLog       2009-10-28 23:16:32 UTC (rev 2670)
@@ -1,5 +1,9 @@
 2009-10-28  Robert Millan  <[email protected]>
 
+       * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.
+
+2009-10-28  Robert Millan  <[email protected]>
+
        * include/grub/misc.h: Stop checking for APPLE_CC.
 
 2009-10-28  Robert Millan  <[email protected]>

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2009-10-28 22:55:27 UTC (rev 2669)
+++ trunk/grub2/Makefile.in     2009-10-28 23:16:32 UTC (rev 2670)
@@ -75,7 +75,7 @@
 TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 TARGET_APPLE_CC = @TARGET_APPLE_CC@
 OBJCONV = @OBJCONV@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I$(builddir) -I$(builddir)/include 
-I$(srcdir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -nostdinc -I$(builddir) 
-I$(builddir)/include -I$(srcdir)/include \
        -Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@



Reply via email to