use MODULE_FILES for genemuinit* instead of MOD_FILES

MinGW native nm does not support ELF binaries.
This commit is contained in:
Andrey Borzenkov 2014-01-18 23:15:40 +04:00
parent b204b718cc
commit 015045471e
4 changed files with 16 additions and 8 deletions

View file

@ -1,3 +1,11 @@
2014-01-18 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/Makefile.am: Build grub_emu_init.[ch] from MODULE_FILES
instead of MOD_FILES.
* grub-core/genemuinit.sh: Simplify stripping of suffix so it works
both with and without .exe.
* grub-core/genemuinitheader.sh: Same.
2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.c: Fix a typo.