commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2675] 2009-11-01 Felix Zielcke <address@hidden>


From: Felix Zielcke
Subject: [2675] 2009-11-01 Felix Zielcke <address@hidden>
Date: Sun, 01 Nov 2009 18:19:06 +0000

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  <address@hidden>

        * 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  <address@hidden>
+
+       * Makefile.in (TARGET_CPPFLAGS): Add `-I$(srcdir)/include'.
+
 2009-10-30  Robert Millan  <address@hidden>
 
        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

[Prev in Thread] Current Thread [Next in Thread]