diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-01-18 02:37:21 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-01-18 02:37:21 +0000 |
commit | a05c589a5ef9959ac91f9b56bba9e61aeacb9d9c (patch) | |
tree | e44920ae9b329055b0fbcdca443e13884bb0928c /resize | |
parent | a5c33f26db87fd8af41e7f49d46ffba7e7f03f54 (diff) | |
download | e2fsprogs-a05c589a5ef9959ac91f9b56bba9e61aeacb9d9c.tar.gz |
Makefile.in:
Update makefile dependencies
Diffstat (limited to 'resize')
-rw-r--r-- | resize/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in index fb6db06c..319abfb4 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 \ |