aboutsummaryrefslogtreecommitdiff
path: root/openssl/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-07-25 19:27:45 +0000
committerRob Austein <sra@hactrn.net>2013-07-25 19:27:45 +0000
commit32c482b6fb4db541f1175551441381c4e3391018 (patch)
tree526abba7eae96238784a282de6d2fc7c7403bb09 /openssl/Makefile.in
parentfd7ec4d81b47cd9c7d9a2f42163cb9000fdbd2a1 (diff)
Add a couple of harmless rules which should not be necessary but the
absence of which seems to be confusing "make" for one user. See #586. svn path=/trunk/; revision=5444
Diffstat (limited to 'openssl/Makefile.in')
-rw-r--r--openssl/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 82aa820e..84739643 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -38,6 +38,8 @@ openssl-${VERSION}/apps/openssl: openssl-${VERSION}/libcrypto.a openssl-${VERSIO
cd openssl-${VERSION}; mv -fv disabled/${OPENSSL_SO_GLOB} .
cd openssl-${VERSION}; rmdir disabled
+openssl-${VERSION}/libcrypto.a openssl-${VERSION}/libssl.a: build_libs
+
build_tests build_tools: openssl-${VERSION}/apps/openssl
cd openssl-${VERSION}; ${MAKE} $@