mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-01 05:53:56 +08:00
Makefile.in:
Update makefile dependencies for 1.16 release.
This commit is contained in:
parent
614fdfd5d9
commit
0859c04fce
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user