diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-06 09:16:03 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-06 10:37:01 +0100 |
commit | 5eb87c7b6a3e8c6e1057c71cd623b005b6745467 (patch) | |
tree | b7ef1289de2f638814638627a39f9a5b50016877 /openssl | |
parent | 27eb7b93dc0f3db356d1836e66e03ee9fac716bf (diff) |
fix case
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 666a2025ad9e..68fb40976efc 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -138,7 +138,7 @@ UNAME=$(shell uname) .IF "$(COM)"=="GCC" PATCH_FILES=opensslmingw.patch -CONFIGURE_ACTION=$(PERL) configure +CONFIGURE_ACTION=$(PERL) Configure CONFIGURE_FLAGS=mingw shared INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a OUT2LIB = libcrypto_static.* |