Fixed building in different build directory, as described in INSTALL.
[mmh] / INSTALL
diff --git a/INSTALL b/INSTALL
index cde8cc3..fa2713c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -103,8 +103,10 @@ to the directory where you want the object files and executables to go
 and run the "configure" script. "configure" automatically checks for
 the source code in the directory that "configure" is in. For example,
 
-    cd /usr/local/solaris/mmh
-    /usr/local/src/mmh-0.1/configure
+    cd /usr/local/src/mmh        # source directory
+    make clean
+    cd /usr/local/solaris/mmh    # build directory
+    /usr/local/src/mmh/configure
     make
 
 ---------------------