Update dependencies so that it works in more situations
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Oct 2011 06:37:05 +0000 (08:37 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Oct 2011 06:38:34 +0000 (08:38 +0200)
raddb/certs/Makefile

index 0f944fd..a7b71fe 100644 (file)
@@ -51,7 +51,7 @@ dh:
 #  Create a new self-signed CA certificate
 #
 ######################################################################
-ca.key ca.pem: ca.cnf
+ca.key ca.pem: ca.cnf index.txt serial
        openssl req -new -x509 -keyout ca.key -out ca.pem \
                -days $(CA_DEFAULT_DAYS) -config ./ca.cnf