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)