diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-09-14 20:11:19 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-09-14 20:11:19 +0000 |
commit | 2740156bd12747389eaf745529653b26a3a9d73d (patch) | |
tree | ea378a94df73ea8d6f0bc3a843e0da41b2efc9e6 /lib/et/Makefile.in | |
parent | c1faf9cc3a2418c536eee472f054c9604ad3f213 (diff) | |
download | e2fsprogs-2740156bd12747389eaf745529653b26a3a9d73d.tar.gz |
ChangeLog, dumpe2fs.8.in, dumpe2fs.c, mke2fs.8.in, mke2fs.c, partinfo.c:
partinfo.c: Fix minor compilation bugs pointed out by Yann Dirson.
mke2fs.c: Don't turn on sparse superblocks by default on pre-2.2 kernels.
mke2fs.8.in: Add the possible valid block sizes for mke2fs. Document
the -n flag, and the new defaults for the -s flag.
dumpe2fs.c, dumpe2fs.8.in: Add new options -f (force) and -h (header-only).
mke2fs.c (PRS): Fix logic for turning on/off the sparse superblock option.
Many files:
Updated copyright statements to reflect the GPL with permission of the
original authors.
Diffstat (limited to 'lib/et/Makefile.in')
-rw-r--r-- | lib/et/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/et/Makefile.in b/lib/et/Makefile.in index 2f553995..d7e16ff9 100644 --- a/lib/et/Makefile.in +++ b/lib/et/Makefile.in @@ -121,10 +121,9 @@ distclean:: clean # the Makefile.in file # error_message.o: $(srcdir)/error_message.c $(srcdir)/com_err.h \ - $(srcdir)/error_table.h $(srcdir)/mit-sipb-copyright.h $(srcdir)/internal.h + $(srcdir)/error_table.h $(srcdir)/internal.h et_name.o: $(srcdir)/et_name.c $(srcdir)/com_err.h $(srcdir)/error_table.h \ - $(srcdir)/mit-sipb-copyright.h $(srcdir)/internal.h -init_et.o: $(srcdir)/init_et.c $(srcdir)/com_err.h $(srcdir)/error_table.h \ - $(srcdir)/mit-sipb-copyright.h -com_err.o: $(srcdir)/com_err.c $(srcdir)/com_err.h \ - $(srcdir)/mit-sipb-copyright.h $(srcdir)/error_table.h $(srcdir)/internal.h + $(srcdir)/internal.h +init_et.o: $(srcdir)/init_et.c $(srcdir)/com_err.h $(srcdir)/error_table.h +com_err.o: $(srcdir)/com_err.c $(srcdir)/com_err.h $(srcdir)/error_table.h \ + $(srcdir)/internal.h |