summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-10 15:05:38 -0400
committerRich Salz <rsalz@openssl.org>2014-09-10 15:08:40 -0400
commitcb4bb56bae9404572571e8ce573ba9e48d6f7717 (patch)
tree346eb3e0f3364f87cf8626ae4c77662d4e75d915 /engines
parentb2aa38a980e9fbf158aafe487fb729c492b241fb (diff)
RT3271 update; extra; semi-colon; confuses; some;
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 43e06fbecc..1dbd883e5c 100644
--- 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"`;; \