diff options
author | Rob Austein <sra@hactrn.net> | 2010-01-20 18:40:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-01-20 18:40:45 +0000 |
commit | 72847469cc36c306e3233a03136ebcbeec7cb08a (patch) | |
tree | 9eebb8ff26ffbdc2c5ac2ffb1fefee88ec6bf08c /openssl | |
parent | 5db30b4b488019b6d45458d9a83f7cf3ec797757 (diff) |
Typo and cleanup
svn path=/openssl/Makefile; revision=2954
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 35a800bc..5119e27f 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -1,13 +1,9 @@ # $Id$ -VERSION = 1.0.0-stable-SNAP-20091118 - -OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=`pwd` - # Kludge alert: # # The --prefix=`pwd` and LIBRPATH=`pwd` settings below are to force -# OpenSSL's baroque configuration mechansim to build shared libraries +# OpenSSL's baroque configuration mechanism to build shared libraries # that will run out of the build tree. This is temporary. Once we # write "make install" code, we'll have to change that to point to the # directory where the OpenSSL shared libraries will be installed. @@ -19,6 +15,10 @@ OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=`pwd` # "You are lost in a maze of twisty programs, all broken in different # ways" +VERSION = 1.0.0-stable-SNAP-20091118 + +OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=`pwd` + all: openssl-${VERSION}/Makefile cd openssl-${VERSION}; ${MAKE} $@ LIBRPATH=`pwd` ln -sf openssl-${VERSION} openssl |