summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-06 09:46:48 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-06 09:46:48 +0000
commitaaa16d00017d801bc583bc93da4337b37dc7a9bd (patch)
treeca54eb0af05630e1261d8de5a0bee7cb20ee7776 /Makefile.org
parent3b8ba6b6109e077ccc7c61efd757be357a250bea (diff)
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 a987a0298b..955e385ae8 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -777,8 +777,7 @@ install: all install_docs
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
- $(INSTALL_PREFIX)$(OPENSSLDIR)/private \
- $(INSTALL_PREFIX)$(OPENSSLDIR)/lib
+ $(INSTALL_PREFIX)$(OPENSSLDIR)/private
@for i in $(EXHEADER) ;\
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \