From a05c589a5ef9959ac91f9b56bba9e61aeacb9d9c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 18 Jan 2001 02:37:21 +0000 Subject: [PATCH] Makefile.in: Update makefile dependencies --- debugfs/Makefile.in | 2 +- e2fsck/Makefile.in | 3 +-- lib/ext2fs/Makefile.in | 12 +++++++++--- misc/Makefile.in | 18 +++++++++++------- resize/Makefile.in | 2 +- 5 files changed, 23 insertions(+), 14 deletions(-) diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index dc38044..5634ddf 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -82,7 +82,7 @@ debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \ $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \ - $(top_srcdir)/version.h + $(srcdir)/../version.h util.o: $(srcdir)/util.c $(srcdir)/debugfs.h \ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 5082982..5fcc7fc 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -230,8 +230,7 @@ util.o: $(srcdir)/util.c $(srcdir)/e2fsck.h \ unix.o: $(srcdir)/unix.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e2fsck.h \ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ - $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h \ - $(top_srcdir)/version.h + $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h $(srcdir)/../version.h dirinfo.o: $(srcdir)/dirinfo.c $(srcdir)/e2fsck.h \ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index 7ec0c1b..49102a7 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -280,7 +280,12 @@ expanddir.o: $(srcdir)/expanddir.c $(top_srcdir)/include/linux/ext2_fs.h \ fileio.o: $(srcdir)/fileio.c $(top_srcdir)/include/linux/ext2_fs.h \ $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h -finddev.o: $(srcdir)/finddev.c +finddev.o: $(srcdir)/finddev.c $(top_srcdir)/include/linux/ext2_fs.h \ + $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ + $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h +flushb.o: $(srcdir)/flushb.c $(top_srcdir)/include/linux/ext2_fs.h \ + $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ + $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h freefs.o: $(srcdir)/freefs.c $(top_srcdir)/include/linux/ext2_fs.h \ $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \ $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h @@ -321,7 +326,8 @@ mkdir.o: $(srcdir)/mkdir.c $(top_srcdir)/include/linux/ext2_fs.h \ $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h mkjournal.o: $(srcdir)/mkjournal.c $(top_srcdir)/include/linux/ext2_fs.h \ - $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ + $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/ext2fs.h \ + $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \ $(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \ $(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h @@ -368,7 +374,7 @@ valid_blk.o: $(srcdir)/valid_blk.c $(top_srcdir)/include/linux/ext2_fs.h \ version.o: $(srcdir)/version.c $(top_srcdir)/include/linux/ext2_fs.h \ $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \ - $(top_srcdir)/version.h + $(srcdir)/../../version.h write_bb_file.o: $(srcdir)/write_bb_file.c \ $(top_srcdir)/include/linux/ext2_fs.h $(srcdir)/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ diff --git a/misc/Makefile.in b/misc/Makefile.in index 02d1d16..e4ba126 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -191,33 +191,37 @@ tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/include/linux/ext2_fs.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/uuid/uuid.h \ - $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/util.h $(top_srcdir)/version.h \ + $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/jfs_user.h \ + $(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \ + $(top_srcdir)/include/linux/list.h $(srcdir)/util.h $(srcdir)/../version.h \ $(srcdir)/nls-enable.h mklost+found.o: $(srcdir)/mklost+found.c \ - $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/version.h \ + $(top_srcdir)/include/linux/ext2_fs.h $(srcdir)/../version.h \ $(srcdir)/nls-enable.h mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/include/linux/ext2_fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/uuid/uuid.h \ $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ - $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/util.h $(top_srcdir)/version.h \ + $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/util.h $(srcdir)/../version.h \ $(srcdir)/nls-enable.h chattr.o: $(srcdir)/chattr.c $(top_srcdir)/include/linux/ext2_fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/e2p/e2p.h \ - $(top_srcdir)/version.h $(srcdir)/nls-enable.h + $(srcdir)/../version.h $(srcdir)/nls-enable.h lsattr.o: $(srcdir)/lsattr.c $(top_srcdir)/include/linux/ext2_fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/e2p/e2p.h \ - $(top_srcdir)/version.h $(srcdir)/nls-enable.h + $(srcdir)/../version.h $(srcdir)/nls-enable.h dumpe2fs.o: $(srcdir)/dumpe2fs.c $(top_srcdir)/include/linux/ext2_fs.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/e2p/e2p.h \ - $(top_srcdir)/version.h $(srcdir)/nls-enable.h + $(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \ + $(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h \ + $(srcdir)/../version.h $(srcdir)/nls-enable.h badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_srcdir)/include/linux/ext2_fs.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_builddir)/lib/ext2fs/ext2_err.h \ $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/nls-enable.h -fsck.o: $(srcdir)/fsck.c $(top_srcdir)/version.h $(srcdir)/nls-enable.h \ +fsck.o: $(srcdir)/fsck.c $(srcdir)/../version.h $(srcdir)/nls-enable.h \ $(srcdir)/fsck.h $(srcdir)/get_device_by_label.h util.o: $(srcdir)/util.c $(top_srcdir)/include/linux/ext2_fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/e2p/e2p.h \ diff --git a/resize/Makefile.in b/resize/Makefile.in index fb6db06..319abfb 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -137,7 +137,7 @@ main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \ $(top_srcdir)/include/linux/ext2_fs.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)/version.h + $(srcdir)/../version.h sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ -- 1.8.3.1