From cf268fd4849693e13b993bab53c85b6422d0aee4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 11 Jul 2009 17:41:07 -0400 Subject: [PATCH] Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list The tst_csum test is now part of csum.c, so there isn't a separate tst_csum.c file that should be listed as one of the source files in lib/ext2fs. Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index 67ff634..67d8c02 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -138,7 +138,6 @@ SRCS= ext2_err.c \ $(srcdir)/tst_badblocks.c \ $(srcdir)/tst_bitops.c \ $(srcdir)/tst_byteswap.c \ - $(srcdir)/tst_csum.c \ $(srcdir)/tst_getsize.c \ $(srcdir)/tst_iscan.c \ $(srcdir)/undo_io.c \ -- 1.8.3.1