]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-03-09 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Mon, 9 Mar 2009 09:02:52 +0000 (09:02 +0000)
committerfzielcke <fzielcke@localhost>
Mon, 9 Mar 2009 09:02:52 +0000 (09:02 +0000)
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove duplicated
`fs/ext2.c'.

ChangeLog
conf/powerpc-ieee1275.rmk

index 150e6d526a45fdb58f8184b4821a7f895b37d59c..755195743b497a772a449835b376469e8dd896f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-09  Felix Zielcke  <fzielcke@z-51.de>
+
+       * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove duplicated
+       `fs/ext2.c'.
+
 2009-03-08  Robert Millan  <rmh@aybabtu.com>
 
        Make loader/i386/linux.c usable on i386-pc again.
index e9c6066f663615d56741bbb12d66e69d8b73a031..2d4a5a5b50861abcc410c7b9683df79da8f64d99 100644 (file)
@@ -45,7 +45,7 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c      \
        lib/hexdump.c commands/halt.c commands/reboot.c                 \
        disk/loopback.c                                                 \
        \
-       fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/ext2.c fs/hfs.c       \
+       fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.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/xfs.c fs/afs.c fs/tar.c                             \