From 0438ebf1c3c55094de2f06bd5e42a38a11825ece Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 21 Dec 2013 13:21:42 +0100 Subject: [PATCH] * conf/Makefile.common: Don't include non-existing directory grub-core/lib/libgcrypt-grub/include. --- ChangeLog | 5 +++++ conf/Makefile.common | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce39737ef..063e39ab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-21 Vladimir Serbinenko + + * conf/Makefile.common: Don't include non-existing directory + grub-core/lib/libgcrypt-grub/include. + 2013-12-21 Vladimir Serbinenko Clarify several translatable messages. diff --git a/conf/Makefile.common b/conf/Makefile.common index 6128797ed..e4c301fb6 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -35,7 +35,6 @@ CPPFLAGS_DEFAULT += -I$(top_builddir) CPPFLAGS_DEFAULT += -I$(top_srcdir) CPPFLAGS_DEFAULT += -I$(top_srcdir)/include CPPFLAGS_DEFAULT += -I$(top_builddir)/include -CPPFLAGS_DEFAULT += -I$(top_srcdir)/grub-core/lib/libgcrypt-grub/include CPPFLAGS_DEFAULT += -I$(top_srcdir)/grub-core/lib/libgcrypt-grub/src/ CCASFLAGS_DEFAULT = $(CPPFLAGS_DEFAULT) -DASM_FILE=1 BUILD_CPPFLAGS += $(CPPFLAGS_DEFAULT)