aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-12-16 02:23:36 -0500
committerTheodore Ts'o <tytso@mit.edu>2001-12-16 02:23:36 -0500
commit8cf93332d180e6929d73cd8c855c3a83d6a6648c (patch)
treec77c315314e07039f43a32a1f2ddcbe795f28bbf /debugfs/Makefile.in
parent5d57ad14f31f93384baa92c95d77008fc2ac803f (diff)
downloadandroid_external_e2fsprogs-8cf93332d180e6929d73cd8c855c3a83d6a6648c.tar.gz
android_external_e2fsprogs-8cf93332d180e6929d73cd8c855c3a83d6a6648c.tar.bz2
android_external_e2fsprogs-8cf93332d180e6929d73cd8c855c3a83d6a6648c.zip
Fix e2fsck's handling of external journals,and update journal
recovery files from 2.4.17-pre8.
Diffstat (limited to 'debugfs/Makefile.in')
-rw-r--r--debugfs/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in
index 1cd361d5..f06de641 100644
--- a/debugfs/Makefile.in
+++ b/debugfs/Makefile.in
@@ -74,6 +74,8 @@ distclean: clean
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
+debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \
+ $(top_builddir)/lib/ss/ss_err.h
debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \
$(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
$(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
@@ -120,5 +122,5 @@ logdump.o: $(srcdir)/logdump.c $(srcdir)/debugfs.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 $(srcdir)/jfs_user.h \
- $(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
+ $(top_srcdir)/include/linux/jbd.h $(top_srcdir)/include/linux/jfs_compat.h \
$(top_srcdir)/include/linux/linked_list.h