Don't build with two -std options.
authorJason S. Ninneman <jsn@mbar.us>
Mon, 29 May 2017 17:57:47 +0000 (10:57 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Mon, 29 May 2017 17:57:47 +0000 (10:57 -0700)
Makefile

index 4faf82ea40f51f9b0b092485107c304820b9d2f6..a34c7a616fdfc65e0ba668bf93ed96652b5dc2cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ GCCVERSIONGTEQ4 := $(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 4)
 ifeq ($(UNAME_S),Darwin)
        LIBS=
 else ifeq "$(GCCVERSIONGTEQ4)" "1"
-       CC=c99 --std=gnu99
+       CC=c99
 endif
 
 OBJS=main.o init.o actions1.o actions2.o score.o misc.o