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 3714
f18515d2d10b
parent 3713
3e4fbf6666ae
child 3715
d7574530572c

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