From b830cd16a11c28f1bccbcbcc6cc1f58f0cb1b00f Mon Sep 17 00:00:00 2001 From: Yves Blusseau Date: Tue, 21 Sep 2010 12:02:59 +0200 Subject: [PATCH] * conf/Makefile.common (CPPFLAGS_GNULIB): Replace $(top_srcdir) with $(top_builddir). --- ChangeLog | 5 +++++ conf/Makefile.common | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 685390ff7..586380b96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-21 Yves Blusseau + + * conf/Makefile.common (CPPFLAGS_GNULIB): Replace $(top_srcdir) with + $(top_builddir). + 2010-09-21 Colin Watson * grub-core/commands/hashsum.c (aliases): Add sha1sum alias. diff --git a/conf/Makefile.common b/conf/Makefile.common index baac922c1..35f4dfa6e 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -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