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:
3b8ba6b
)
Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't
author
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:48 +0000
(09:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:48 +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 a987a0298b20eba32e5d2339133505abbf08ad5e..955e385ae8f46312d48278054941971dfeba789b 100644
(file)
--- 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; \