]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* conf/Makefile.common (CPPFLAGS_GNULIB): Replace $(top_srcdir) with
authorYves Blusseau <blusseau@zetam.org>
Tue, 21 Sep 2010 10:02:59 +0000 (12:02 +0200)
committerYves Blusseau <blusseau@zetam.org>
Tue, 21 Sep 2010 10:02:59 +0000 (12:02 +0200)
    $(top_builddir).

ChangeLog
conf/Makefile.common

index 685390ff775b3d66ace4864d024d7c95b34d4e76..586380b96676c7db3d560f77c1c7a171f457a4bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-21  Yves Blusseau  <blusseau@zetam.org>
+
+       * conf/Makefile.common (CPPFLAGS_GNULIB): Replace $(top_srcdir) with
+       $(top_builddir).
+
 2010-09-21  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/commands/hashsum.c (aliases): Add sha1sum alias.
index baac922c13480822ffffbba41974fb868a53bc09..35f4dfa6ee9a4e99a4a120820744a0a9d49307cc 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_srcdir)/grub-core/gnulib
+CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib
 
 CFLAGS_POSIX = -fno-builtin
 CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap