summaryrefslogtreecommitdiffstats
path: root/engines/ccgost
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-04-18 06:35:55 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-04-18 06:35:55 +0000
commit5558128541d0933c0b4b2ae67e33dd1b10edc780 (patch)
tree173529aa43a7489e30813f280f3306e363612b2c /engines/ccgost
parente33c72dfc652938983862d7ec501f5312cc99243 (diff)
Another minor update from the mingw development
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
Diffstat (limited to 'engines/ccgost')
-rw-r--r--engines/ccgost/Makefile4
1 files changed, 2 insertions, 2 deletions
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; \