* conf/Makefile.common: Don't include non-existing directory
grub-core/lib/libgcrypt-grub/include.
This commit is contained in:
parent
065adc346c
commit
0438ebf1c3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* conf/Makefile.common: Don't include non-existing directory
|
||||||
|
grub-core/lib/libgcrypt-grub/include.
|
||||||
|
|
||||||
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Clarify several translatable messages.
|
Clarify several translatable messages.
|
||||||
|
|
|
@ -35,7 +35,6 @@ CPPFLAGS_DEFAULT += -I$(top_builddir)
|
||||||
CPPFLAGS_DEFAULT += -I$(top_srcdir)
|
CPPFLAGS_DEFAULT += -I$(top_srcdir)
|
||||||
CPPFLAGS_DEFAULT += -I$(top_srcdir)/include
|
CPPFLAGS_DEFAULT += -I$(top_srcdir)/include
|
||||||
CPPFLAGS_DEFAULT += -I$(top_builddir)/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/
|
CPPFLAGS_DEFAULT += -I$(top_srcdir)/grub-core/lib/libgcrypt-grub/src/
|
||||||
CCASFLAGS_DEFAULT = $(CPPFLAGS_DEFAULT) -DASM_FILE=1
|
CCASFLAGS_DEFAULT = $(CPPFLAGS_DEFAULT) -DASM_FILE=1
|
||||||
BUILD_CPPFLAGS += $(CPPFLAGS_DEFAULT)
|
BUILD_CPPFLAGS += $(CPPFLAGS_DEFAULT)
|
||||||
|
|
Loading…
Reference in a new issue