Diff

certs/Makefile @ 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
parent 7030:b5bc9f77f096
child 7714:dedd2098267c
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 $@