* 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:
parent
c11ebcc84f
commit
23934da26e
3 changed files with 6 additions and 4 deletions
|
@ -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>
|
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/osdep/windows/emuconsole.c: Add missing config.h and
|
* grub-core/osdep/windows/emuconsole.c: Add missing config.h and
|
||||||
|
|
|
@ -238,8 +238,6 @@ kernel = {
|
||||||
arm = kern/arm/misc.S;
|
arm = kern/arm/misc.S;
|
||||||
|
|
||||||
emu = disk/host.c;
|
emu = disk/host.c;
|
||||||
emu = gnulib/progname.c;
|
|
||||||
emu = kern/emu/error.c;
|
|
||||||
emu = kern/emu/cache_s.S;
|
emu = kern/emu/cache_s.S;
|
||||||
emu = kern/emu/hostdisk.c;
|
emu = kern/emu/hostdisk.c;
|
||||||
emu = osdep/unix/hostdisk.c;
|
emu = osdep/unix/hostdisk.c;
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#include <config-util.h>
|
|
||||||
#include "../../gnulib/error.c"
|
|
Loading…
Reference in a new issue