Another minor update from the mingw development
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 18 Apr 2008 06:35:55 +0000 (06:35 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 18 Apr 2008 06:35:55 +0000 (06:35 +0000)
PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info>

engines/ccgost/Makefile

index eae172f30674bc78d3dbc41f506d590c9c0f0273..8959165b65052e9233e6e59d673c252b8342146e 100644 (file)
@@ -39,7 +39,7 @@ lib: $(LIBOBJ)
        fi
        @touch lib
 
-install:       
+install:
        [ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
        if [ -n "$(SHARED_LIBS)" ]; then \
                set -e; \
@@ -50,7 +50,7 @@ install:
                        *DSO_BEOS*) sfx=".so";; \
                        *DSO_DLFCN*) sfx=".so";; \
                        *DSO_DL*) sfx=".sl";; \
-                       *DSO_WIN32*)    sfx="eay32.dll"; pfx=;; \
+                       *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
                        *) sfx=".bad";; \
                        esac; \
                        cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \