summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 21:56:42 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 21:56:42 +0000
commit17e3b273e6ac97ce743e74c749e611649f51de1e (patch)
tree9b53c539f45ac2519dd9f5910c8e7473a930dbd1 /Makefile.org
parentc93c8d11231c27482fde7a0171c0fac9beef8b67 (diff)
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.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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'; \