From: Richard Levitte Date: Thu, 6 May 2004 09:46:41 +0000 (+0000) Subject: Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't X-Git-Tag: BEN_FIPS_TEST_6~14^2~270 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d472bdd84b0d08a09270fcc9248070e8d385700;p=oweals%2Fopenssl.git 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 --- 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; \