certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
authorMatthew Wild <mwild1@gmail.com>
Wed, 8 Dec 2010 17:01:23 +0000 (17:01 +0000)
committerMatthew Wild <mwild1@gmail.com>
Wed, 8 Dec 2010 17:01:23 +0000 (17:01 +0000)
certs/Makefile

index 5483588376781b2efea9232f6a5c4b66cb7009ff..c5e4294c7d7130e22e7f485a87944c3a5331c129 100644 (file)
@@ -27,4 +27,4 @@ keysize=2048
 
 %.key:
        openssl genrsa $(keysize) > $@
-       @chmod 400 -c $@
+       @chmod 400 $@