Actually apply change described in:
* conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add `normal/color.c'. (normal_mod_DEPENDENCIES): Likewise.
This commit is contained in:
parent
34832091b3
commit
fd79f3cf0b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c \
|
||||||
normal/completion.c normal/execute.c \
|
normal/completion.c normal/execute.c \
|
||||||
normal/function.c normal/lexer.c normal/main.c normal/menu.c \
|
normal/function.c normal/lexer.c normal/main.c normal/menu.c \
|
||||||
normal/menu_entry.c normal/misc.c grub_script.tab.c \
|
normal/menu_entry.c normal/misc.c grub_script.tab.c \
|
||||||
normal/script.c normal/i386/setjmp.S
|
normal/script.c normal/i386/setjmp.S normal/color.c
|
||||||
normal_mod_CFLAGS = $(COMMON_CFLAGS)
|
normal_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||||
normal_mod_ASFLAGS = $(COMMON_ASFLAGS)
|
normal_mod_ASFLAGS = $(COMMON_ASFLAGS)
|
||||||
normal_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
normal_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue