Another minor update from the mingw development

PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
This commit is contained in:
Lutz Jänicke 2008-04-18 06:35:55 +00:00
parent e33c72dfc6
commit 5558128541

View 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; \