diff options
Diffstat (limited to 'openssl/Makefile.in')
-rw-r--r-- | openssl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 - |