RT3271 update; extra; semi-colon; confuses; some;
authorRich Salz <rsalz@openssl.org>
Wed, 10 Sep 2014 19:05:38 +0000 (15:05 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 10 Sep 2014 19:09:53 +0000 (15:09 -0400)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit cb4bb56bae9404572571e8ce573ba9e48d6f7717)

engines/ccgost/Makefile

index bdd76b60a434455391ffac8bd96ce048c87f5b18..2f36580836e569c7fe9fe8e73800e5749900bb3a 100644 (file)
@@ -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"`;; \