2007-07-02 Robert Millan <rmh@aybabtu.com>
* conf/i386-efi.rmk: Replace obsolete reference to util/i386/pc/biosdisk.c with util/biosdisk.c, and util/i386/pc/getroot.c with util/getroot.c. * conf/powerpc-ieee1275.rmk: Likewise. * conf/sparc64-ieee1275.rmk: Likewise. * util/grub-emu.c (main): Fix unchecked pointer handling.
This commit is contained in:
parent
2c2a681b39
commit
3572d015fd
8 changed files with 33 additions and 19 deletions
|
@ -71,7 +71,7 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
|||
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
|
||||
partmap/acorn.c \
|
||||
util/console.c util/grub-emu.c util/misc.c \
|
||||
util/i386/pc/biosdisk.c util/i386/pc/getroot.c \
|
||||
util/biosdisk.c util/getroot.c \
|
||||
util/powerpc/ieee1275/misc.c grub_script.tab.c grub_emu_init.c
|
||||
|
||||
grub_emu_LDFLAGS = $(LIBCURSES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue