diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-07 17:26:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-07 17:26:12 +0000 |
commit | b586aa1a439b557a437b42f7be2e6fc5ac009c3c (patch) | |
tree | af34498a2d0110d438c3125bf1096d0ba3647d25 /openssl | |
parent | 9c9498847846e0900be53a5c19c09b011f7e0822 (diff) |
Changes to build POW
svn path=/Makefile; revision=725
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 6789308a..78764be9 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -13,6 +13,7 @@ openssl-${VERSION}/Makefile: openssl-${VERSION}/config openssl-${VERSION}/config: openssl-${VERSION}.tar.gz gzcat openssl-${VERSION}.tar.gz | tar -xf - + ln -s . openssl-${VERSION}/lib touch $@ install: |