From: Andy Polyakov Date: Fri, 1 Apr 2016 16:17:01 +0000 (+0200) Subject: apps/Makefile.in: add tsget rule. X-Git-Tag: OpenSSL_1_1_0-pre5~151 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=51f6d88420f9289e8b3b395a709e1a0aedc8e163;p=oweals%2Fopenssl.git apps/Makefile.in: add tsget rule. Reviewed-by: Richard Levitte --- diff --git a/apps/Makefile.in b/apps/Makefile.in index 064496b6d4..d2ec0c773a 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.