Changeset

7713:003ee2be2635

certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
author Kim Alvefur <zash@zash.se>
date Thu, 03 Nov 2016 23:51:40 +0100
parents 7678:99abf5a5d8d3
children 7714:dedd2098267c 7736:5a07fe977002
files certs/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/certs/Makefile	Tue Sep 27 22:11:14 2016 +0100
+++ b/certs/Makefile	Thu Nov 03 23:51:40 2016 +0100
@@ -27,4 +27,4 @@
 
 %.key:
 	umask 0077 && openssl genrsa -out $@ $(keysize)
-	@chmod 400 $@ -c
+	@chmod 400 $@