]> git.proxmox.com Git - grub2.git/commitdiff
2008-02-01 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 1 Feb 2008 18:54:52 +0000 (18:54 +0000)
committerrobertmh <robertmh@localhost>
Fri, 1 Feb 2008 18:54:52 +0000 (18:54 +0000)
        Correct a mistake in previous commit.

        * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
        top.
        (normal/command.c_DEPENDENCIES): New variable.

ChangeLog
conf/i386-pc.mk
conf/i386-pc.rmk

index 09fb2a0bd8853f4b7e12fd0b5935d17fe5657e30..e386be57a63ebbef85d48cbc8eb20e1ba6748ce9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-01  Robert Millan  <rmh@aybabtu.com>
+
+       Correct a mistake in previous commit.
+
+       * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
+       top.
+       (normal/command.c_DEPENDENCIES): New variable.
+
 2008-02-01  Robert Millan  <rmh@aybabtu.com>
 
        * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Move to the
index 9f6dce1422aa70533c63f96d4a2abb87827dfac8..9c5b90f7fd3777944e01932f2e3a7e98f0c6f982 100644 (file)
@@ -6,6 +6,10 @@ COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
 COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 COMMON_LDFLAGS = -m32 -nostdlib
 
+# Used by various components.  These rules need to precede them.
+normal/execute.c_DEPENDENCIES = grub_script.tab.h
+normal/command.c_DEPENDENCIES = grub_script.tab.h
+
 # Images.
 pkglib_IMAGES = boot.img diskboot.img kernel.img pxeboot.img lnxboot.img
 
index f4d7a08e80ff62207e473afecf553c1932a49b7c..747b7935c785fdbf579339fd98812aa075a57d97 100644 (file)
@@ -6,6 +6,10 @@ COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
 COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 COMMON_LDFLAGS = -m32 -nostdlib
 
+# Used by various components.  These rules need to precede them.
+normal/execute.c_DEPENDENCIES = grub_script.tab.h
+normal/command.c_DEPENDENCIES = grub_script.tab.h
+
 # Images.
 pkglib_IMAGES = boot.img diskboot.img kernel.img pxeboot.img lnxboot.img