summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-06 09:46:45 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-06 09:46:45 +0000
commitd9608c0a22391779f1d15c9cf8e88a47f5c76e9b (patch)
treeed8efb2c7b90de0396d18921cb51c2d9712dcace
parentf527222c4df597722688cb378c284c6efcf2a402 (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
-rw-r--r--Makefile.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 9120dff3a6..a0ace5da7b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -642,8 +642,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; \