summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-06-28 22:01:07 +0000
committerRichard Levitte <levitte@openssl.org>2004-06-28 22:01:07 +0000
commit83f22920c27645cf6f741ca5465d0ac7783b3335 (patch)
tree3db2c48239c570475a3c94b75c08a5b84b479d8a /Makefile.org
parentbec15f210923f7b408232748c0d81fb4d524d21f (diff)
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 e26a32a980..d21007e15d 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -678,7 +678,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"; \
@@ -789,7 +789,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/pkgconfig \