Because the contents of openssl.pc may have to change when a configuration
has been performed (and possibly changed), have it depend on Makefile.ssl.
This commit is contained in:
parent
c93c8d1123
commit
17e3b273e6
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ do_reliantunix-shared:
|
|||
libs="$$libs -l$$i"; \
|
||||
done
|
||||
|
||||
openssl.pc:
|
||||
openssl.pc: Makefile.ssl
|
||||
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
||||
echo 'exec_prefix=$${prefix}'; \
|
||||
echo 'libdir=$${exec_prefix}/lib'; \
|
||||
|
|
Loading…
Reference in a new issue