Another minor update from the mingw development
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
This commit is contained in:
parent
e33c72dfc6
commit
5558128541
@ -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:
|
|||||||
*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; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user