From d58d8320e881a751cc40e3f2ab00c6e16c8447db Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 2 Oct 2008 08:59:09 -0400 Subject: [PATCH] Update Makefile depend information for crc16.o Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index dfbcecd..c301134 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -448,8 +448,8 @@ closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2_fs.h \ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \ $(srcdir)/bitops.h -crc16.o: $(srcdir)/crc16.c $(srcdir)/crc16.h \ - $(top_builddir)/lib/ext2fs/ext2_types.h +crc16.o: $(srcdir)/crc16.c $(top_builddir)/lib/ext2fs/ext2_types.h \ + $(srcdir)/crc16.h csum.o: $(srcdir)/csum.c $(srcdir)/ext2_fs.h \ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \ $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \ -- 1.8.3.1