diff options
author | Rob Landley <rob@landley.net> | 2006-01-23 21:38:06 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-01-23 21:38:06 +0000 |
commit | 391a904f46d96430c8462bf077708b7179f4810d (patch) | |
tree | 5bdb4d58c9fb7bad6096a7e889caaeac0da11e96 /e2fsprogs/Makefile.in | |
parent | 6130b9b16027d09cacff9da44f3cd6efb57b9c54 (diff) | |
download | busybox-w32-391a904f46d96430c8462bf077708b7179f4810d.tar.gz busybox-w32-391a904f46d96430c8462bf077708b7179f4810d.tar.bz2 busybox-w32-391a904f46d96430c8462bf077708b7179f4810d.zip |
Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like
PPC, with an obligatory couple of swipes from me.
Diffstat (limited to 'e2fsprogs/Makefile.in')
-rw-r--r-- | e2fsprogs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/Makefile.in b/e2fsprogs/Makefile.in index c492c6779..6873e5adc 100644 --- a/e2fsprogs/Makefile.in +++ b/e2fsprogs/Makefile.in | |||
@@ -30,7 +30,7 @@ EXT2FS_SRC := gen_bitmap.c bitops.c ismounted.c mkjournal.c unix_io.c \ | |||
30 | bb_inode.c newdir.c alloc_sb.c lookup.c dirblock.c expanddir.c \ | 30 | bb_inode.c newdir.c alloc_sb.c lookup.c dirblock.c expanddir.c \ |
31 | dir_iterate.c link.c res_gdt.c icount.c get_pathname.c dblist.c \ | 31 | dir_iterate.c link.c res_gdt.c icount.c get_pathname.c dblist.c \ |
32 | dirhash.c version.c flushb.c unlink.c check_desc.c valid_blk.c \ | 32 | dirhash.c version.c flushb.c unlink.c check_desc.c valid_blk.c \ |
33 | ext_attr.c bmap.c dblist_dir.c ext2fs_inline.c | 33 | ext_attr.c bmap.c dblist_dir.c ext2fs_inline.c swapfs.c |
34 | EXT2FS_SRCS := $(patsubst %,ext2fs/%, $(EXT2FS_SRC)) | 34 | EXT2FS_SRCS := $(patsubst %,ext2fs/%, $(EXT2FS_SRC)) |
35 | EXT2FS_OBJS := $(patsubst %.c,%.o, $(EXT2FS_SRCS)) | 35 | EXT2FS_OBJS := $(patsubst %.c,%.o, $(EXT2FS_SRCS)) |
36 | 36 | ||