# HG changeset patch # User Kim Alvefur # Date 1478213500 -3600 # Node ID 003ee2be26358233095c2b74228efb79f639aff1 # Parent 99abf5a5d8d3cd7b9f539b21dc8176d99e2f74d1 certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas) diff -r 99abf5a5d8d3 -r 003ee2be2635 certs/Makefile --- 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 $@