Makefile.in, configure.in, ChangeLog, configure:
  Makefile.in: Move the generated types.h file from the linux/ directory
  	to the asm/ directory.
  configure.in: Force Solaris to never use -static, due to its dynamic
  	loader not being available to statically linked programs.  Create the
  	asm/ directory if needed.
.del-types.h.in~ca55114a, .del-ext2_fs.h~7a460879, .del-types.h.in~7a460879:
  Move the types.h header file from linux/ to asm/.

diff --git a/Makefile.in b/Makefile.in
index 5ccae84..cca9c6f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@
 PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs 
 SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
 
-SUBS= include/linux/types.h
+SUBS= include/asm/types.h
 
 TAR=tar
 
@@ -76,15 +76,15 @@
 
 realclean: realclean-recursive realclean-local
 
-include/linux/types.h: $(DEP_SUBSTITUTE) $(srcdir)/include/linux/types.h.in
-	$(SUBSTITUTE) $(srcdir)/include/linux/types.h.in \
-	> include/linux/types.h
+include/asm/types.h: $(DEP_SUBSTITUTE) $(srcdir)/include/asm/types.h.in
+	$(SUBSTITUTE) $(srcdir)/include/asm/types.h.in \
+	> include/asm/types.h
 
 mostlyclean-local:
 	$(RM) -f \#* *~ core MAKELOG 
 clean-local: mostlyclean-local
 distclean-local: clean-local
-	$(RM) -f include/linux/types.h $(SUBSTITUTE)
+	$(RM) -f include/asm/types.h $(SUBSTITUTE)
 	$(RM) -f config.status config.log config.cache MCONFIG Makefile
 realclean-local: distclean-local
 	$(RM) -f configure