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:
f527222
)
Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't
author
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:45 +0000
(09:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 6 May 2004 09:46:45 +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 9120dff3a69e33644aa42100fa6b27a4fb4fa15d..a0ace5da7ba2c7d446ddff0cf9b4e055d92cc139 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-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; \