PR: 1882
authorDr. Stephen Henson <steve@openssl.org>
Thu, 2 Apr 2009 15:04:01 +0000 (15:04 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 2 Apr 2009 15:04:01 +0000 (15:04 +0000)
Submitted by: Corinna Vinschen <vinschen@redhat.com>
Approved by: steve@openssl.org

Typo.

engines/ccgost/Makefile

index 8959165b65052e9233e6e59d673c252b8342146e..61077b551a39f005ed5e86e223b4a3d627019a64 100644 (file)
@@ -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; \