[openssl-commits] [openssl] master update

Viktor Dukhovni viktor at openssl.org
Sun Apr 3 21:14:34 UTC 2016


The branch master has been updated
       via  51f6d88420f9289e8b3b395a709e1a0aedc8e163 (commit)
      from  c3a7e0c565c5d41e7d9b910a45c2248c2f3d5152 (commit)


- Log -----------------------------------------------------------------
commit 51f6d88420f9289e8b3b395a709e1a0aedc8e163
Author: Andy Polyakov <appro at openssl.org>
Date:   Fri Apr 1 18:17:01 2016 +0200

    apps/Makefile.in: add tsget rule.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 apps/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/Makefile.in b/apps/Makefile.in
index 064496b..d2ec0c7 100644
--- a/apps/Makefile.in
+++ b/apps/Makefile.in
@@ -151,5 +151,9 @@ CA.pl: CA.pl.in
 	$(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl -oapps/Makefile CA.pl.in > CA.pl.new
 	mv CA.pl.new CA.pl
 
+tsget:	tsget.in
+	$(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl -oapps/Makefile tsget.in > tsget.new
+	mv tsget.new tsget
+
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.


More information about the openssl-commits mailing list