The branch master has been updated
via 51f6d88420f9289e8b3b395a709e1a0aedc8e163 (commit)
from c3a7e0c565c5d41e7d9b910a45c2248c2f3d5152 (commit)
- Log -----------------------------------------------------------------
commit 51f6d88420f9289e8b3b395a709e1a0aedc8e163
Author: Andy Polyakov <[email protected]>
Date: Fri Apr 1 18:17:01 2016 +0200
apps/Makefile.in: add tsget rule.
Reviewed-by: Richard Levitte <[email protected]>
-----------------------------------------------------------------------
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.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits