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:09:53 -0400
commit3258429883c2c04efc20626c0694232ef2c2a17f (patch)
tree7a337f6e090681537da1027ae835a2509e248e40 /engines
parenta9d928a8b60c13d6a6475294deb56ba92fc6fbac (diff)
RT3271 update; extra; semi-colon; confuses; some;
Reviewed-by: Kurt Roeckx <kurt@openssl.org> (cherry picked from commit cb4bb56bae9404572571e8ce573ba9e48d6f7717)
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 bdd76b60a4..2f36580836 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -48,7 +48,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"`;; \