From f8b911269b90918b014319cbdda32eedc687d941 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 3 Nov 2016 23:51:40 +0100 Subject: certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas) --- certs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'certs') diff --git a/certs/Makefile b/certs/Makefile index c709ff91..587fadc6 100644 --- a/certs/Makefile +++ b/certs/Makefile @@ -27,4 +27,4 @@ keysize=2048 %.key: umask 0077 && openssl genrsa -out $@ $(keysize) - @chmod 400 $@ -c + @chmod 400 $@ -- cgit v1.2.3