Hi there,

In commit 3590, kern/i386/pc/lzma_decode.S was moved to boot/i386/pc/lzma_decode.S, but grub-core/Makefile.core.def was not updated. This causes make dist to choke.

=== modified file 'grub-core/Makefile.core.def'
--- grub-core/Makefile.core.def 2011-12-15 07:49:43 +0000
+++ grub-core/Makefile.core.def 2011-12-16 05:45:05 +0000
@@ -233,7 +233,7 @@

   extra_dist = kern/i386/int.S;
   extra_dist = kern/i386/realmode.S;
-  extra_dist = kern/i386/pc/lzma_decode.S;
+  extra_dist = boot/i386/pc/lzma_decode.S;
   extra_dist = kern/mips/cache_flush.S;
 };



  Fixes it.

 --S

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to