diff --git a/ChangeLog b/ChangeLog index 57cfe89b3..17d0e243e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-18 Vladimir Serbinenko + + * grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt + on i386-multiboot. + 2013-12-18 Aleš Nesrsta * grub-core/disk/usbms.c: Retry on unknown errors. diff --git a/grub-core/Makefile.am b/grub-core/Makefile.am index 04764384b..51cdcdaa4 100644 --- a/grub-core/Makefile.am +++ b/grub-core/Makefile.am @@ -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