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:
ce9cbfc
)
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:25 +0000
(17:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 17:42:25 +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 cd66a01249cb6db89c9f9ea10dd4b52f55e59b1f..dbb228a855baef80d6e7294bf2bc801282819455 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-765,7
+765,7
@@
install: all install_docs
set $(MAKE); \
$$1 -f $$here/Makefile 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 \