From a2146af2953b4ac8ad46232faafc99d9b9b293ba Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 17 Apr 2003 23:37:28 -0400 Subject: [PATCH] Update after "make depend". --- debugfs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index 6876391..3fc7fb0 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -81,7 +81,7 @@ distclean: clean # the Makefile.in file # debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \ - $(top_builddir)/lib/ss/ss_err.h + $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_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 \ -- 1.8.3.1