diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-11-08 14:31:03 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-11-08 14:31:03 -0500 |
commit | f606dd32ffcdb872a2c635d897b79089daa47661 (patch) | |
tree | 9f6cda035f3d1a580ace62b76cffbaf0b226d8f6 /debugfs | |
parent | 3a68a67990b1d05af8156617def136e6c0f5bb7a (diff) | |
download | e2fsprogs-f606dd32ffcdb872a2c635d897b79089daa47661.tar.gz |
Update "make depend".
Diffstat (limited to 'debugfs')
-rw-r--r-- | debugfs/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index 5918a9d3..ac9dab17 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -120,7 +120,8 @@ setsuper.o: $(srcdir)/setsuper.c $(srcdir)/debugfs.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ - $(top_srcdir)/lib/ext2fs/bitops.h + $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \ + $(top_srcdir)/lib/e2p/e2p.h logdump.o: $(srcdir)/logdump.c $(srcdir)/debugfs.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \ |