a5bd9f6
From f1c2b05162cc583ec64ae0b3cdf5ef128d2ca05c Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sat, 7 Jul 2012 14:29:01 +0200
a5bd9f6
Subject: [PATCH 010/364] 	* grub-core/Makefile.am: Fix path to
a5bd9f6
 boot/i386/pc/startup_raw.S.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog             | 4 ++++
a5bd9f6
 grub-core/Makefile.am | 2 +-
a5bd9f6
 2 files changed, 5 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index e606116..5e54eda 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,7 @@
a5bd9f6
+2012-07-07  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/Makefile.am: Fix path to boot/i386/pc/startup_raw.S.
a5bd9f6
+
a5bd9f6
 2012-07-02  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/lib/legacy_parse.c: Support clear and testload.
a5bd9f6
diff --git a/grub-core/Makefile.am b/grub-core/Makefile.am
a5bd9f6
index 7dc2519..cc4fb68 100644
a5bd9f6
--- a/grub-core/Makefile.am
a5bd9f6
+++ b/grub-core/Makefile.am
a5bd9f6
@@ -63,7 +63,7 @@ grub_script.yy.c: grub_script.yy.h
a5bd9f6
 rs_decoder.S: $(srcdir)/lib/reed_solomon.c
a5bd9f6
 	$(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS) -Os -I$(top_builddir) -S -DSTANDALONE -o $@ $< -g0 -mregparm=3 -ffreestanding
a5bd9f6
 
a5bd9f6
-kern/i386/pc/startup.S: $(builddir)/rs_decoder.S
a5bd9f6
+boot/i386/pc/startup_raw.S: $(builddir)/rs_decoder.S
a5bd9f6
 boot/mips/loongson/fwstart.S: $(builddir)/sm712_start.S
a5bd9f6
 
a5bd9f6
 CLEANFILES += grub_script.yy.c grub_script.yy.h
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6