Makefile.in:
  Update dependencies.
ChangeLog:
  Update ChangeLog to reflect full set of changes to configure.in

diff --git a/ChangeLog b/ChangeLog
index bfd72a6..98c2992 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,10 @@
 	* MCONFIG.in (BUILD_CC):
 	* configure.in (BUILD_CC): If cross compiling, find the native C
 		compiler and set it to BUILD_CC so that we can
-		successfully build util/subst.
+		successfully build util/subst.  Change default long long
+		size when cross compiling to be 8 (instead of 0).  Also
+		change the Hurd's defaults so that root files are placed
+		in / instead of /usr/local.
 
 1999-07-03    <tytso@valinux.com>
 
diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in
index 3bf404c..2ffa7a8 100644
--- a/lib/e2p/Makefile.in
+++ b/lib/e2p/Makefile.in
@@ -92,13 +92,13 @@
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
-fgetflags.o: $(srcdir)/fgetflags.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
 fsetversion.o: $(srcdir)/fsetversion.c $(srcdir)/e2p.h
 getflags.o: $(srcdir)/getflags.c $(srcdir)/e2p.h
 getversion.o: $(srcdir)/getversion.c $(srcdir)/e2p.h
-iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h 
+iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h
 ls.o: $(srcdir)/ls.c $(srcdir)/e2p.h
 pe.o: $(srcdir)/pe.c $(srcdir)/e2p.h
 pf.o: $(srcdir)/pf.c $(srcdir)/e2p.h
@@ -106,5 +106,3 @@
 setflags.o: $(srcdir)/setflags.c $(srcdir)/e2p.h
 setversion.o: $(srcdir)/setversion.c $(srcdir)/e2p.h
 uuid.o: $(srcdir)/uuid.c $(srcdir)/e2p.h
- 
-
diff --git a/resize/Makefile.in b/resize/Makefile.in
index 2406844..af49cbe 100644
--- a/resize/Makefile.in
+++ b/resize/Makefile.in
@@ -129,16 +129,14 @@
  $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
  $(top_srcdir)/lib/ext2fs/bitops.h
 resize2fs.o: $(srcdir)/resize2fs.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h
+ $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h
 main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h \
- $(srcdir)/./version.h
+ $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h $(srcdir)/version.h
 sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h
-
+ $(top_srcdir)/lib/ext2fs/ext2fs.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/bitops.h
diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in
index f39a97f..586931d 100644
--- a/tests/progs/Makefile.in
+++ b/tests/progs/Makefile.in
@@ -66,4 +66,3 @@
  $(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
-