* Makefile.util.def: Add forgotten $(LIBINTL) library.

This commit is contained in:
Yves Blusseau 2010-09-19 15:36:34 +02:00
parent 2f4e8053e0
commit c836b030ae
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -576,5 +576,5 @@ program = {
common = grub-core/lib/i386/pc/vesa_modes_table.c;
ldadd = libgrub.a;
ldflags = '$(LIBDEVMAPPER)';
ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
};