From: Richard Levitte Date: Thu, 19 Dec 2002 21:56:40 +0000 (+0000) Subject: Because the contents of openssl.pc may have to change when a configuration X-Git-Tag: OpenSSL_0_9_7a~86^2~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12cd28258d4bab2a89b0b8ebe7127e1e06f3c0fb;p=oweals%2Fopenssl.git 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. --- diff --git a/Makefile.org b/Makefile.org index c0ed9e4298..b0f76b7a48 100644 --- a/Makefile.org +++ b/Makefile.org @@ -283,7 +283,7 @@ do_$(SHLIB_TARGET): libs="$$libs -l$$i"; \ done -openssl.pc: +openssl.pc: Makefile.ssl @ ( echo 'prefix=$(INSTALLTOP)'; \ echo 'exec_prefix=$${prefix}'; \ echo 'libdir=$${exec_prefix}/lib'; \