From: Lutz Jänicke Date: Fri, 18 Apr 2008 06:35:55 +0000 (+0000) Subject: Another minor update from the mingw development X-Git-Tag: OpenSSL_0_9_8k^2~430 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5558128541d0933c0b4b2ae67e33dd1b10edc780 Another minor update from the mingw development PR: 1552 Submitted by: Roumen Petrov --- diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index eae172f306..8959165b65 100644 --- a/engines/ccgost/Makefile +++ b/engines/ccgost/Makefile @@ -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; \