From a2dc23c55c574a8f1da568da7ca705fcc8a5269f Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 18 Oct 2012 19:50:50 -0600 Subject: [PATCH] Remove unneeded build flag. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1a49609..4d480437 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -CFLAGS += -Wall -Iinclude -Iinclude/asm/gameboy -g -std=c99 \ - -D_POSIX_C_SOURCE=200112L +CFLAGS += -Wall -Iinclude -Iinclude/asm/gameboy -g -std=c99 PREFIX ?= /usr/local yacc_pre := \