Changeset

3836:2c4535e13f23

certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Dec 2010 17:01:23 +0000
parents 3835:f6f0c460e1f2
children 3837:76a7ff5cce30
files certs/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/certs/Makefile	Wed Dec 08 02:29:37 2010 +0500
+++ b/certs/Makefile	Wed Dec 08 17:01:23 2010 +0000
@@ -27,4 +27,4 @@
 
 %.key:
 	openssl genrsa $(keysize) > $@
-	@chmod 400 -c $@
+	@chmod 400 $@