From: Richard Levitte Date: Thu, 6 May 2004 09:46:48 +0000 (+0000) Subject: Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't X-Git-Tag: OpenSSL_0_9_7e~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaa16d00017d801bc583bc93da4337b37dc7a9bd;p=openssl 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 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; \