* conf/Makefile.common: Fix typo.
This commit is contained in:
parent
32af299a10
commit
00c28dd9bc
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* conf/Makefile.common: Fix typo.
|
||||||
|
|
||||||
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* Makefile.util.def (grub-mkfont): Add missing libgnu.a.
|
* Makefile.util.def (grub-mkfont): Add missing libgnu.a.
|
||||||
|
|
|
@ -45,8 +45,8 @@ endif
|
||||||
# Other options
|
# Other options
|
||||||
|
|
||||||
if ! COND_emu
|
if ! COND_emu
|
||||||
CFLAGS_PLATFORM += -Dfloat=__grub_poision
|
CFLAGS_PLATFORM += -Dfloat=__grub_poison
|
||||||
CFLAGS_PLATFORM += -Ddouble=__grub_poision
|
CFLAGS_PLATFORM += -Ddouble=__grub_poison
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir)/,,$<)\"
|
CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir)/,,$<)\"
|
||||||
|
|
Loading…
Reference in a new issue