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:
b2aa38a
)
RT3271 update; extra; semi-colon; confuses; some;
author
Rich Salz
<rsalz@openssl.org>
Wed, 10 Sep 2014 19:05:38 +0000
(15:05 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 10 Sep 2014 19:08:40 +0000
(15:08 -0400)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
engines/ccgost/Makefile
patch
|
blob
|
history
diff --git
a/engines/ccgost/Makefile
b/engines/ccgost/Makefile
index 43e06fbeccc819ef8ad0ba9e77ba25ffc58f7390..1dbd883e5cffef73e47679c6d4571785cb1839f3 100644
(file)
--- a/
engines/ccgost/Makefile
+++ b/
engines/ccgost/Makefile
@@
-50,7
+50,7
@@
install:
if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
sfx=".so"; \
cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
- else
;
\
+ else \
case "$(CFLAGS)" in \
*DSO_BEOS*) sfx=".so";; \
*DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \