]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.util.def: Add osdep/init.c to grub-mount files.
authorAndrey Borzenkov <arvidjaar@gmail.com>
Mon, 14 Oct 2013 11:21:51 +0000 (15:21 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Mon, 14 Oct 2013 11:21:51 +0000 (15:21 +0400)
ChangeLog
Makefile.util.def

index 124de29d117641d51f92a3758e95dd81b0680bcd..222522e4de88743b53f5d70d8d1f266e7a2ab68c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-14  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * Makefile.util.def: Add osdep/init.c to grub-mount files.
+
 2013-10-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Make grub_util_fd_seek match behaviour of other grub_util_fd_* and
index 6146445429ddd047717adc4b98f2923ca65c876c..5008193efab01e04cdafcf80899fdab50133cc63 100644 (file)
@@ -267,6 +267,7 @@ program = {
   common = util/grub-mount.c;
   common = grub-core/kern/emu/hostfs.c;
   common = grub-core/disk/host.c;
+  common = grub-core/osdep/init.c;
 
   ldadd = libgrubmods.a;
   ldadd = libgrubgcry.a;