diff options
author | Rob Austein <sra@hactrn.net> | 2013-07-25 19:27:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-07-25 19:27:45 +0000 |
commit | 32c482b6fb4db541f1175551441381c4e3391018 (patch) | |
tree | 526abba7eae96238784a282de6d2fc7c7403bb09 /openssl | |
parent | fd7ec4d81b47cd9c7d9a2f42163cb9000fdbd2a1 (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')
-rw-r--r-- | openssl/Makefile.in | 2 |
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} $@ |