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
This commit is contained in:
parent
f527222c4d
commit
d9608c0a22
1 changed files with 1 additions and 2 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue