summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-06 09:46:41 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-06 09:46:41 +0000
commit8d472bdd84b0d08a09270fcc9248070e8d385700 (patch)
tree99b7fe52df303bb8fc6070d8d0f3367aa66f1a80 /Makefile.org
parent430d7afd80a44acdca11831084de0480d9dd270b (diff)
downloadopenssl-new-8d472bdd84b0d08a09270fcc9248070e8d385700.tar.gz
Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't
use it. Notified by Frédéric L. W. Meunier <0@pervalidus.tk> in PR 713
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 566a412268..cfb5756914 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -498,8 +498,7 @@ install: all install_docs
$(INSTALL_PREFIX)$(INSTALLTOP)/engines \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
- $(INSTALL_PREFIX)$(OPENSSLDIR)/private \
- $(INSTALL_PREFIX)$(OPENSSLDIR)/lib
+ $(INSTALL_PREFIX)$(OPENSSLDIR)/private
@set -e; for i in $(EXHEADER) ;\
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \