Revision: 2675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2675
Author:   fzielcke
Date:     2009-11-01 18:19:04 +0000 (Sun, 01 Nov 2009)
Log Message:
-----------
2009-11-01  Felix Zielcke  <[email protected]>

        * Makefile.in (TARGET_CPPFLAGS): Add `-I$(srcdir)/include'.

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

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-10-30 22:51:52 UTC (rev 2674)
+++ trunk/grub2/ChangeLog       2009-11-01 18:19:04 UTC (rev 2675)
@@ -1,3 +1,7 @@
+2009-11-01  Felix Zielcke  <[email protected]>
+
+       * Makefile.in (TARGET_CPPFLAGS): Add `-I$(srcdir)/include'.
+
 2009-10-30  Robert Millan  <[email protected]>
 
        Fix build problem.

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2009-10-30 22:51:52 UTC (rev 2674)
+++ trunk/grub2/Makefile.in     2009-11-01 18:19:04 UTC (rev 2675)
@@ -75,7 +75,7 @@
 TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 TARGET_APPLE_CC = @TARGET_APPLE_CC@
 OBJCONV = @OBJCONV@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem=$(srcdir)/include -I$(builddir) 
-I$(builddir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem=$(srcdir)/include 
-I$(srcdir)/include -I$(builddir) -I$(builddir)/include \
        -Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@



Reply via email to