* conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.
This commit is contained in:
parent
983598adde
commit
8aadec43ee
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
* kern/ieee1275/openfw.c (grub_children_iterate): Fix string
|
||||
pointer args to grub_ieee1275_get_property().
|
||||
|
||||
* conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.
|
||||
|
||||
2009-05-04 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START): Set
|
||||
|
|
|
@ -113,12 +113,12 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
|||
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
|
||||
kern/err.c kern/file.c kern/fs.c kern/loader.c kern/main.c \
|
||||
kern/misc.c kern/parser.c kern/partition.c kern/reader.c \
|
||||
kern/rescue_reader.c kern/rescue_parser.c
|
||||
kern/rescue_reader.c kern/rescue_parser.c \
|
||||
kern/term.c fs/fshelp.c \
|
||||
kern/list.c kern/handler.c \
|
||||
lib/arg.c normal/cmdline.c \
|
||||
normal/completion.c \
|
||||
normal/main.c normal/menu.c \
|
||||
normal/main.c normal/menu.c \
|
||||
normal/menu_text.c \
|
||||
normal/menu_entry.c normal/menu_viewer.c normal/misc.c \
|
||||
normal/color.c \
|
||||
|
|
Loading…
Reference in a new issue