From 624fb058cbd0b8ccf8a3b539d8bae66962d93938 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 12 Mar 2012 21:24:02 +0000 Subject: "make depend" is currently (OpenSSL 1.0.0h) broken on Mac OS X, because it goes looking for a non-existent "makedepend" program. As far as I can tell, everything works fine if we just ignore the failure and press on with the OpenSSL build, so we now do that. Sigh. svn path=/trunk/; revision=4396 --- openssl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl') diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 3dd8cfe5..6498ed30 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -56,7 +56,7 @@ distclean: clean openssl-${VERSION}/Makefile: openssl-${VERSION}/config cd openssl-${VERSION}; ${OPENSSL_CONFIG_COMMAND} ${OPTIONS} - cd openssl-${VERSION}; ${MAKE} depend + -cd openssl-${VERSION}; ${MAKE} depend openssl-${VERSION}/config: openssl-${VERSION}.tar.gz gzip -c -d openssl-${VERSION}.tar.gz | tar -xf - -- cgit v1.2.3