projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5974555
)
PR: 1882
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 2 Apr 2009 15:04:01 +0000
(15:04 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/engines/ccgost/Makefile
b/engines/ccgost/Makefile
index 8959165b65052e9233e6e59d673c252b8342146e..61077b551a39f005ed5e86e223b4a3d627019a64 100644
(file)
--- 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; \