* Makefile.util.def: Add forgotten $(LIBINTL) library.
This commit is contained in:
parent
2f4e8053e0
commit
c836b030ae
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-19 Yves Blusseau <blusseau@zetam.org>
|
||||
|
||||
* Makefile.util.def: Add forgotten $(LIBINTL) library.
|
||||
|
||||
2010-09-19 BVK Chaitanya <bvk.groups@gmail.com>
|
||||
|
||||
* util/grub-mkconfig.in: Check the config script for syntax errors
|
||||
|
|
|
@ -576,5 +576,5 @@ program = {
|
|||
common = grub-core/lib/i386/pc/vesa_modes_table.c;
|
||||
|
||||
ldadd = libgrub.a;
|
||||
ldflags = '$(LIBDEVMAPPER)';
|
||||
ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue