summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-24 11:44:43 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-24 11:44:43 +0200
commit7640c5d1cae26fd31a6099f66d3199f5e3286fb8 (patch)
treef6a4033468bbbefb13bd9c711a0b6e5f63155fa7 /openssl
parentcf6aa9b361479a482898d0728f6849953f25c6be (diff)
Fix typo
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index d5efcf747cb4..aff765f52105 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