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:
4d62503
)
It was pointed out to me that .pc files are normally stored in
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 17:42:23 +0000
(17:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 17:42:23 +0000
(17:42 +0000)
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 1c7b5c5325fb761160b196d104b30f7da95398a7..4337202c945219db5a73c6855166bfb9d3f0f99b 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-529,7
+529,7
@@
install: all install_docs
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
$(NEWMAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
fi
- cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkg
info
+ cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkg
config
install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \