Added a missing step for the UTF-16 intall.
diff --git a/expat/README b/expat/README
index b94be60..1471015 100644
--- a/expat/README
+++ b/expat/README
@@ -66,7 +66,7 @@
 
 If you are interested in building Expat to provide document
 information in UTF-16 rather than the default UTF-8, follow these
-instructions:
+instructions (after having run "make distclean"):
 
         1. For UTF-16 output as unsigned short (and version/error
            strings as char), run:
@@ -93,6 +93,7 @@
            Or, to save step 2, run "make buildlib LIBRARY=libexpatw.la".
 
         4. Run "make installlib" (which installs the library only).
+           Or, if step 2 was omitted, run "make installlib LIBRARY=libexpatw.la".
 
 Note for Solaris users:  The "ar" command is usually located in
 "/usr/ccs/bin", which is not in the default PATH.  You will need to