From 0859c04fce317c77643dd8a69814c892613bf5f3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 23 Oct 1999 03:22:38 +0000 Subject: [PATCH] Makefile.in: Update makefile dependencies for 1.16 release. --- lib/e2p/Makefile.in | 1 + misc/Makefile.in | 7 ++++--- tests/progs/Makefile.in | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index bc5df3e..334ecdd 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -92,6 +92,7 @@ distclean:: clean # Makefile dependencies follow. This must be the last section in # the Makefile.in file # +feature.o: $(srcdir)/feature.c $(srcdir)/e2p.h fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h fsetflags.o: $(srcdir)/fsetflags.c $(srcdir)/e2p.h fgetversion.o: $(srcdir)/fgetversion.c $(srcdir)/e2p.h diff --git a/misc/Makefile.in b/misc/Makefile.in index b14cb7c..9cf7af5 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -183,9 +183,10 @@ tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(srcdir)/../version.h mklost+found.o: $(srcdir)/mklost+found.c $(srcdir)/../version.h mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/lib/et/com_err.h \ - $(top_srcdir)/lib/uuid/uuid.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)/../version.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)/../version.h chattr.o: $(srcdir)/chattr.c $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/../version.h lsattr.o: $(srcdir)/lsattr.c $(top_srcdir)/lib/et/com_err.h \ diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 586931d..c6d4f8b 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -61,8 +61,8 @@ distclean: clean # the Makefile.in file # test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \ - $(top_srcdir)/lib/ss/ss.h $(top_srcdir)/lib/ss/copyright.h \ - $(top_builddir)/lib/ss/ss_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/ext2fs/irel.h \ - $(top_srcdir)/lib/ext2fs/brel.h $(srcdir)/test_rel.h + $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_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/ext2fs/irel.h $(top_srcdir)/lib/ext2fs/brel.h \ + $(srcdir)/test_rel.h -- 1.8.3.1