Convert ASYNC code to use new Thread API
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5ed0d5816f9a999785cc7398600a3563c38a44f6..31d88574cf0c49318b27ac39723707d6d9cb4c1b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
      locations, but have the package installed somewhere else so that
      it can easily be packaged, can use
 
      locations, but have the package installed somewhere else so that
      it can easily be packaged, can use
 
-       $ make INSTALL_PREFIX=/tmp/package-root install
+       $ make DESTDIR=/tmp/package-root install
 
 
-     (or specify "--install_prefix=/tmp/package-root" as a configure
-     option).  The specified prefix will be prepended to all
+     The specified destination directory will be prepended to all
      installation target filenames.
 
 
      installation target filenames.