diff options
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 |