* conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.

This commit is contained in:
davem 2009-05-04 22:53:23 +00:00
parent 983598adde
commit 8aadec43ee
2 changed files with 4 additions and 2 deletions

View file

@ -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 \