* conf/Makefile.common: Fix typo.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-21 20:59:18 +02:00
parent 32af299a10
commit 00c28dd9bc
2 changed files with 6 additions and 2 deletions

View File

@ -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>
* Makefile.util.def (grub-mkfont): Add missing libgnu.a.

View File

@ -45,8 +45,8 @@ endif
# Other options
if ! COND_emu
CFLAGS_PLATFORM += -Dfloat=__grub_poision
CFLAGS_PLATFORM += -Ddouble=__grub_poision
CFLAGS_PLATFORM += -Dfloat=__grub_poison
CFLAGS_PLATFORM += -Ddouble=__grub_poison
endif
CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir)/,,$<)\"