提交 55581285 编写于 作者: L Lutz Jänicke

Another minor update from the mingw development

PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
上级 e33c72df
...@@ -39,7 +39,7 @@ lib: $(LIBOBJ) ...@@ -39,7 +39,7 @@ lib: $(LIBOBJ)
fi fi
@touch lib @touch lib
install: install:
[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... [ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
if [ -n "$(SHARED_LIBS)" ]; then \ if [ -n "$(SHARED_LIBS)" ]; then \
set -e; \ set -e; \
...@@ -50,7 +50,7 @@ install: ...@@ -50,7 +50,7 @@ install:
*DSO_BEOS*) sfx=".so";; \ *DSO_BEOS*) sfx=".so";; \
*DSO_DLFCN*) sfx=".so";; \ *DSO_DLFCN*) sfx=".so";; \
*DSO_DL*) sfx=".sl";; \ *DSO_DL*) sfx=".sl";; \
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
*) sfx=".bad";; \ *) sfx=".bad";; \
esac; \ esac; \
cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \ cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册