[Libreoffice-commits] .: openssl/makefile.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jan 24 01:44:54 PST 2011


 openssl/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ca0427d1d9e9436c8ab625b6f3816652eb863dc
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Jan 24 11:44:43 2011 +0200

    Fix typo

diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index d5efcf7..aff765f 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -152,7 +152,7 @@ OUT2BIN += out/libeay32.dll
 
         #CONFIGURE_ACTION=cmd /c $(PERL:s!\!/!) configure
         CONFIGURE_ACTION=$(PERL) configure
-.IF "$(CPU") == "I"
+.IF "$(CPU)" == "I"
         OPENSSL_PLATFORM=VC-WIN32
 .ELSE
         OPENSSL_PLATFORM=VC-WIN64A


More information about the Libreoffice-commits mailing list