From 32c482b6fb4db541f1175551441381c4e3391018 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 25 Jul 2013 19:27:45 +0000 Subject: 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 --- openssl/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openssl/Makefile.in') 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} $@ -- cgit v1.2.3