projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a7e0c
)
apps/Makefile.in: add tsget rule.
author
Andy Polyakov
<appro@openssl.org>
Fri, 1 Apr 2016 16:17:01 +0000
(18:17 +0200)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Sun, 3 Apr 2016 21:13:47 +0000
(17:13 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/Makefile.in
patch
|
blob
|
history
diff --git
a/apps/Makefile.in
b/apps/Makefile.in
index 064496b6d4df37842a0e558577703c3fc47c268a..d2ec0c773afe9636464eb33c0dce8cf30136b964 100644
(file)
--- 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.