]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* conf/Makefile.common (CPPFLAGS_GNULIB): Add
authorColin Watson <cjwatson@ubuntu.com>
Tue, 21 Sep 2010 12:37:50 +0000 (13:37 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 21 Sep 2010 12:37:50 +0000 (13:37 +0100)
$(top_srcdir)/grub-core/gnulib as well as
$(top_builddir)/grub-core/gnulib.
Reported by: KESHAV P.R.

ChangeLog
conf/Makefile.common

index 8b2f5556c63316b53b7f23150a7f27db0346d46f..1faaea88b66e27fb0f0486d42a3c0be9229aa8e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-21  Colin Watson  <cjwatson@ubuntu.com>
+
+       * conf/Makefile.common (CPPFLAGS_GNULIB): Add
+       $(top_srcdir)/grub-core/gnulib as well as
+       $(top_builddir)/grub-core/gnulib.
+       Reported by: KESHAV P.R.
+
 2010-09-21  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-install.in: Fix the bootloader ID option to be
index 35f4dfa6ee9a4e99a4a120820744a0a9d49307cc..ea16ab159eacd874882e921d058bfe70afaa2ac3 100644 (file)
@@ -81,7 +81,7 @@ CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers
 CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap
 
 CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused
-CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib
+CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/gnulib
 
 CFLAGS_POSIX = -fno-builtin
 CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap