From: Vladimir Serbinenko Date: Wed, 18 Dec 2013 20:19:11 +0000 (+0100) Subject: * grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt on i386-multiboot. X-Git-Tag: grub-2.02-beta1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2984035e1a640a1eca42b098bc73795f38afbd55;p=thirdparty%2Fgrub.git * grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt on i386-multiboot. --- 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