about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-10-17 13:01:18 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-10-17 13:01:18 +0200
commitcfbccf30e184518d84a32a2bae4eab44af010879 (patch)
tree61eda095217b7a8e6a8e98be9ba737d5e53981f1
parent9087339caef73478e0156fd996c5c55c52a48dcc (diff)
downloadmkgpt-cfbccf30e184518d84a32a2bae4eab44af010879.tar.gz
Better GNU make fix
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d5c56f..6f63b1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-.POSIX:
-CC?=cc # GNU make .POSIX fix
+#.POSIX: # GNU make forces CC=c99 which breaks -std=c11
 SHELL=/bin/sh # paranoia
 
 .PHONY: prod static dev sane  check clean depend format  install uninstall