diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-29 23:26:26 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-29 23:26:26 -0400 |
commit | 94b993d56a7fbd32626f86d654640f4a80998d34 (patch) | |
tree | 3351ea5a36fd9ee96e65016d5c36cfcf24b69766 /lib/e2p | |
parent | d5f57d9553d4c855e282dbd3edf1ad85ab716d33 (diff) | |
download | e2fsprogs-94b993d56a7fbd32626f86d654640f4a80998d34.tar.gz |
Update makefile dependency for lib/e2p/Makefile.in
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/e2p')
-rw-r--r-- | lib/e2p/Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index 2c56ab5f..c1a45f5f 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -117,7 +117,13 @@ $(OBJS): subdirs # the Makefile.in file # feature.o: $(srcdir)/feature.c $(srcdir)/e2p.h \ - $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h + $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ + $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.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/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \ + $(top_srcdir)/lib/ext2fs/jfs_user.h $(top_srcdir)/lib/ext2fs/kernel-jbd.h \ + $(top_srcdir)/lib/ext2fs/jfs_compat.h $(top_srcdir)/lib/ext2fs/kernel-list.h fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h fsetflags.o: $(srcdir)/fsetflags.c $(srcdir)/e2p.h \ @@ -154,3 +160,5 @@ uuid.o: $(srcdir)/uuid.c $(top_builddir)/lib/ext2fs/ext2_types.h \ $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h ostype.o: $(srcdir)/ostype.c $(srcdir)/e2p.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h +percent.o: $(srcdir)/percent.c $(srcdir)/e2p.h \ + $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h |