diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-14 07:23:39 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-14 07:23:39 +0000 |
commit | 124bfb8820d2837e16ac7441079bd192e31f336f (patch) | |
tree | 24fd79d6f1615a0ffba2e0add847b6449144d51f /openssl/makefile.mk | |
parent | 14119b05ca4801ec56c1ce365f21edd87c87ad65 (diff) |
#i10000# Missing quote inserted.
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 6b46c888aa4c..faf31e529b9b 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: tkr $ $Date: 2007-10-24 15:07:49 $ +# last change: $Author: rt $ $Date: 2007-11-14 08:23:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,7 +86,7 @@ PATCH_FILE_NAME=opensslsol.patch OUT2BIN = cygcrypto-0.9.8.dll OUT2BIN += cygssl-0.9.8.dll # 4NT -.IF "$(USE_SHELL)== "4nt" +.IF "$(USE_SHELL)"== "4nt" PATCH_FILE_NAME=openssl.patch CONFIGURE_DIR=. CONFIGURE_ACTION=$(PERL) configure |