certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)

Wed, 08 Dec 2010 17:01:23 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 08 Dec 2010 17:01:23 +0000
changeset 3836
2c4535e13f23
parent 3835
f6f0c460e1f2
child 3837
76a7ff5cce30

certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)

certs/Makefile file | annotate | diff | comparison | revisions
--- 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 $@

mercurial