* grub-core/kern/emu/error.c: Removed.

* grub-core/Makefile.core.def (kernel): Don't add error.c and progname.c
	explicitly as it's already in libgnu.a.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 12:46:06 +02:00
parent c11ebcc84f
commit 23934da26e
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/error.c: Removed.
* grub-core/Makefile.core.def (kernel): Don't add error.c and progname.c
explicitly as it's already in libgnu.a.
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/windows/emuconsole.c: Add missing config.h and

View File

@ -238,8 +238,6 @@ kernel = {
arm = kern/arm/misc.S;
emu = disk/host.c;
emu = gnulib/progname.c;
emu = kern/emu/error.c;
emu = kern/emu/cache_s.S;
emu = kern/emu/hostdisk.c;
emu = osdep/unix/hostdisk.c;

View File

@ -1,2 +0,0 @@
#include <config-util.h>
#include "../../gnulib/error.c"