]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
authorFelix Zielcke <fzielcke@z-51.de>
Thu, 26 Nov 2009 00:08:42 +0000 (01:08 +0100)
committerFelix Zielcke <fzielcke@z-51.de>
Thu, 26 Nov 2009 00:08:42 +0000 (01:08 +0100)
* conf/any-emu.rmk (grub_emu_SOURCES): Add `gnulib/progname.c'.

ChangeLog
conf/any-emu.rmk

index 5fec924621cc714444166f6e12b5e3617c694a7d..f89498f83dc676653f00fec459aac730f42bccab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-26  Felix Zielcke  <fzielcke@z-51.de>
+
+       * conf/any-emu.rmk (grub_emu_SOURCES): Add `gnulib/progname.c'.
+
 2009-11-26  Felix Zielcke  <fzielcke@z-51.de>
 
        * conf/any-emu.rmk (grub_mkfont_SOURCES): Add `gnulib/progname.c'.
index fa2c635967857b320348cd671393e672708690eb..6c6f3657f7228e476db66c141cad9cff11024655 100644 (file)
@@ -14,7 +14,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c   \
        commands/gptsync.c commands/probe.c commands/xnu_uuid.c         \
        commands/password.c commands/keystatus.c                        \
        disk/host.c disk/loopback.c disk/scsi.c                         \
-       fs/fshelp.c     \
+       fs/fshelp.c                                                     \
        \
        io/gzio.c                                                       \
        kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c       \
@@ -28,7 +28,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c   \
        normal/completion.c normal/main.c normal/color.c                \
        normal/menu.c normal/menu_entry.c normal/menu_viewer.c          \
        normal/menu_text.c                                              \
-       script/main.c script/execute.c script/function.c        \
+       script/main.c script/execute.c script/function.c                \
        script/lexer.c script/script.c grub_script.tab.c                \
        partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c   \
        partmap/acorn.c partmap/gpt.c                                   \
@@ -37,7 +37,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c   \
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c          \
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c                \
-       fs/befs.c fs/befs_be.c fs/tar.c                         \
+       fs/befs.c fs/befs_be.c fs/tar.c                                 \
        \
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
        util/hostdisk.c util/getroot.c                                  \
@@ -45,7 +45,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c   \
        disk/raid.c disk/raid5_recover.c disk/raid6_recover.c           \
        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
        commands/parttool.c parttool/msdospart.c                        \
-       grub_emu_init.c
+       grub_emu_init.c gnulib/progname.c
 
 ifeq ($(target_cpu), i386)
 grub_emu_SOURCES += commands/i386/cpuid.c