aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-06-28 22:01:37 +0000
committerRichard Levitte <levitte@openssl.org>2004-06-28 22:01:37 +0000
commit28a80034678e7b21b9d812e3eeb88596082dbf92 (patch)
tree5f2ec7134e463c36fb8ff1d57084c6912b58cb9f /Makefile.org
parent563cd0f2b0d666304032aa8882c73ff70002a990 (diff)
downloadopenssl-28a80034678e7b21b9d812e3eeb88596082dbf92.tar.gz
Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.
PR: 499
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index b64bf33da1..96b9ff885a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -377,7 +377,7 @@ dclean:
rehash: rehash.time
rehash.time: certs
- @(OPENSSL="`pwd`/apps/openssl"; OPENSSL_DEBUG_MEMORY=on; \
+ @(OPENSSL="`pwd`/apps/openssl$(EXE_EXT)"; OPENSSL_DEBUG_MEMORY=on; \
export OPENSSL OPENSSL_DEBUG_MEMORY; \
LD_LIBRARY_PATH="`pwd`:$$LD_LIBRARY_PATH"; \
DYLD_LIBRARY_PATH="`pwd`:$$DYLD_LIBRARY_PATH"; \
@@ -493,7 +493,9 @@ dist:
dist_pem_h:
(cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
-install: all install_docs
+install: all install_docs install_sw
+
+install_sw:
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines \