mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-23 18:10:38 +00:00
* conf/Makefile.common: Fix typo.
This commit is contained in:
parent
32af299a10
commit
00c28dd9bc
@ -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 New Issue
Block a user