* conf/Makefile.common (CPPFLAGS_GNULIB): Replace $(top_srcdir) with

$(top_builddir).
This commit is contained in:
Yves Blusseau 2010-09-21 12:02:59 +02:00
parent c4fe27a827
commit b830cd16a1
2 changed files with 6 additions and 1 deletions

View file

@ -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> 2010-09-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/commands/hashsum.c (aliases): Add sha1sum alias. * grub-core/commands/hashsum.c (aliases): Add sha1sum alias.

View file

@ -81,7 +81,7 @@ CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers
CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap
CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused 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 CFLAGS_POSIX = -fno-builtin
CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap