From b737fdbee9134c90f7972bc977d46ea06adf21f0 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 6 Dec 2010 18:48:23 +0000 Subject: certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash) --- certs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'certs') diff --git a/certs/Makefile b/certs/Makefile index 17b9dfa9..54835883 100644 --- a/certs/Makefile +++ b/certs/Makefile @@ -11,6 +11,8 @@ keysize=2048 # signing request that you can submit to a CA, or `make yourhost.cert` # to generate a self signed certificate. +.PRECIOUS: %.cnf %.key + # To request a cert %.csr: %.cnf %.key openssl req -new -key $(lastword $^) -out $@ -utf8 -config $(firstword $^) -- cgit v1.2.3