projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430d7af
)
Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't
author
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:41 +0000
(09:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:41 +0000
(09:46 +0000)
use it.
Notified by Frédéric L. W. Meunier <0@pervalidus.tk> in PR 713
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 566a412268314c4cf2864c787531f92c2d292fff..cfb57569145bf9042be6ab3e1a477f51d28d6eb6 100644
(file)
--- 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; \