Revert SVN r2660.
* conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ...
* conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
* conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): ... and here.
* conf/i386-ieee1275.rmk: Likewise.
* conf/i386-pc.rmk: Likewise.
* conf/powerpc-ieee1275.rmk: Likewise.
* conf/sparc64-ieee1275.rmk: Likewise.
* conf/x86_64-efi.rmk: Likewise.
+2009-10-29 Robert Millan <rmh.grub@aybabtu.com>
+
+ Revert SVN r2660.
+
+ * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ...
+ * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
+ * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): ... and here.
+ * conf/i386-ieee1275.rmk: Likewise.
+ * conf/i386-pc.rmk: Likewise.
+ * conf/powerpc-ieee1275.rmk: Likewise.
+ * conf/sparc64-ieee1275.rmk: Likewise.
+ * conf/x86_64-efi.rmk: Likewise.
+
2009-10-28 Robert Millan <rmh.grub@aybabtu.com>
* Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.
# -*- makefile -*-
-script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
-
# For grub-mkelfimage.
bin_UTILITIES += grub-mkelfimage
grub_mkelfimage_SOURCES = util/elf/grub-mkimage.c util/misc.c \
COMMON_LDFLAGS = -m32 -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Images.
COMMON_LDFLAGS = -melf_i386 -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Utilities.
bin_UTILITIES = grub-mkimage
COMMON_LDFLAGS = -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Images.
pkglib_PROGRAMS = kernel.img
COMMON_LDFLAGS = -m32 -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Images.
pkglib_IMAGES = boot.img cdboot.img diskboot.img kernel.img lnxboot.img \
COMMON_LDFLAGS += -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Images.
COMMON_LDFLAGS = -melf64_sparc -nostdlib -mno-relax
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Images.
pkglib_IMAGES = boot.img diskboot.img kernel.img
COMMON_LDFLAGS = -melf_x86_64 -nostdlib
# Used by various components. These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
# Utilities.
bin_UTILITIES = grub-mkimage