]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt on i386-multiboot.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 20:19:11 +0000 (21:19 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 20:19:11 +0000 (21:19 +0100)
ChangeLog
grub-core/Makefile.am

index 57cfe89b3657b6d9138b399b72674214362860d1..17d0e243e6c7b379aeddd65a0d28456688aa8a7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt
+       on i386-multiboot.
+
 2013-12-18  Aleš Nesrsta  <starous@volny.cz>
 
        * grub-core/disk/usbms.c: Retry on unknown errors.
index 04764384b770284e0f4160d447d62af1bd6862c7..51cdcdaa4c5aed32d8d5875a5eef6f0ac296be62 100644 (file)
@@ -112,7 +112,6 @@ endif
 
 if COND_i386_multiboot
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
-KERNEL_HEADER_FILES += $(top_builddir)/include/grub/i386/pc/int.h
 endif
 
 if COND_i386_qemu