diff options
-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} $@ |