From 17e3b273e6ac97ce743e74c749e611649f51de1e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 19 Dec 2002 21:56:42 +0000 Subject: [PATCH] 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. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; \ -- 2.25.1