From: Richard Levitte Date: Thu, 19 Dec 2002 21:56:42 +0000 (+0000) Subject: Because the contents of openssl.pc may have to change when a configuration X-Git-Tag: OpenSSL_0_9_7~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17e3b273e6ac97ce743e74c749e611649f51de1e;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 b0c0a850ce..72a8abfcf7 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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'; \