diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:45:28 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:45:28 +0000 |
commit | 45a676b5f1ae2d4048d76b67e4c21e8689ef7501 (patch) | |
tree | e696ac98fdad1d2c65097da055240c0901bd6c06 /resize | |
parent | 6c133523b23aa6cdae2da2dc35aeaac1904539a4 (diff) | |
download | e2fsprogs-45a676b5f1ae2d4048d76b67e4c21e8689ef7501.tar.gz |
Makefile.in:
Update dependencies.
ChangeLog:
Update ChangeLog to reflect full set of changes to configure.in
Diffstat (limited to 'resize')
-rw-r--r-- | resize/Makefile.in | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in index 2406844a..af49cbe4 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -129,16 +129,14 @@ extent.o: $(srcdir)/extent.c $(srcdir)/resize2fs.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ $(top_srcdir)/lib/ext2fs/bitops.h resize2fs.o: $(srcdir)/resize2fs.c $(srcdir)/resize2fs.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/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 main.o: $(srcdir)/main.c $(srcdir)/resize2fs.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)/./version.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)/version.h sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.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/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 |