[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sat Mar 11 15:29:28 UTC 2017


The branch master has been updated
       via  a3b0d466930ec45bc3ddf4c9e853d73d37783f44 (commit)
      from  9e183d2271653cbba2d9cf56d40c1356705207aa (commit)


- Log -----------------------------------------------------------------
commit a3b0d466930ec45bc3ddf4c9e853d73d37783f44
Author: Rich Salz <rsalz at openssl.org>
Date:   Sat Mar 11 10:28:45 2017 -0500

    Handle find-doc-nits script rename
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 26858d4..0070fbf 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -596,7 +596,7 @@ generate: generate_apps generate_crypto_bn generate_crypto_objects \
           generate_crypto_conf generate_crypto_asn1
 
 doc-nits:
-	(cd $(SRCDIR); $(PERL) util/find-doc-nits.pl -n ) >doc-nits
+	(cd $(SRCDIR); $(PERL) util/find-doc-nits -n ) >doc-nits
 	if [ -s doc-nits ] ; then cat doc-nits; rm doc-nits ; exit 1; fi
 
 # Test coverage is a good idea for the future


More information about the openssl-commits mailing list