* Makefile.in (CPPFLAGS): Replace -DGRUB_LIBDIR with

-DGRUB_PKGLIBROOTDIR= and prepend @PACKAGE_TARNAME@. All users updated.
	* util/grub-mkimage.c (image_targets): Add i386-multiboot.
	(main): Add a slash after pkglibdirroot.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-18 13:55:26 +02:00
parent 654e1d1e0e
commit 01b8d2d787
3 changed files with 38 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.in (CPPFLAGS): Replace -DGRUB_LIBDIR with
-DGRUB_PKGLIBROOTDIR= and prepend @PACKAGE_TARNAME@. All users updated.
* util/grub-mkimage.c (image_targets): Add i386-multiboot.
(main): Add a slash after pkglibdirroot.
2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Add missing "in" keyword.