ChangeLog, ext2_types.h.in:
  ext2_types.h.in: If linux/types.h has been defined, then don't try to
  	redefine the typedefs.
ChangeLog, Makefile.in:
  Makefile.in: Make the install target depend on $(SUBS) to accomodate
  	the fools who want to compile and install e2fsprogs as root using just
  	one command.

diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 6e693b0..a1224c5 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-13  Theodore Tso  <tytso@valinux.com>
 
+	* ext2_types.h.in: If linux/types.h has been defined, then don't
+		try to redefine the typedefs.
+
 	* Makefile.in (HFILES): Add ext2_types.h to the list of files
 		which should be installed.