aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 21:56:40 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 21:56:40 +0000
commit12cd28258d4bab2a89b0b8ebe7127e1e06f3c0fb (patch)
tree1a0931d9da15d08d4831ba19ce2e1f642cf53722 /Makefile.org
parent95649972222c84123071489a8e907b51f22605d6 (diff)
downloadopenssl-12cd28258d4bab2a89b0b8ebe7127e1e06f3c0fb.tar.gz
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 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'; \