summaryrefslogtreecommitdiffstats
path: root/engines/ccgost
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-02 15:04:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-02 15:04:01 +0000
commit1dad4f3672e58c1d9109d03b4ad19b22df2fdca3 (patch)
treeb4424a91ad46057497a4ca6888c10f5a5c3d5f61 /engines/ccgost
parent59745556b49e226eb1b1bf956fbe36856b8ff392 (diff)
PR: 1882
Submitted by: Corinna Vinschen <vinschen@redhat.com> Approved by: steve@openssl.org Typo.
Diffstat (limited to 'engines/ccgost')
-rw-r--r--engines/ccgost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 8959165b65..61077b551a 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -55,7 +55,7 @@ install:
esac; \
cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
else \
- sfx="so"; \
+ sfx=".so"; \
cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
fi; \
chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \