summaryrefslogtreecommitdiff
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
commit2ca0427d1d9e9436c8ab625b6f3816652eb863dc (patch)
tree7a7ab45ee7dc860e45506c8debcc1386628a4c1e
parent2716bc3e6a8c0dad4d48773cb02e9c0e88db787b (diff)
Fix typo
-rw-r--r--openssl/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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