From b5a12096942f13402ddc88629e7dd61e0cfed568 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 30 Mar 2012 21:23:07 +0000 Subject: Remove _GNU_SOURCE svn path=/trunk/libdom/; revision=13781 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1b3675..8a1b447 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif ifeq ($(TARGET),amiga) CFLAGS := -U__STRICT_ANSI__ $(CFLAGS) endif -CFLAGS := -std=c99 -D_BSD_SOURCE -D_GNU_SOURCE -I$(CURDIR)/include/ \ +CFLAGS := -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \ -I$(CURDIR)/src -I$(CURDIR)/binding $(WARNFLAGS) $(CFLAGS) # Parserutils & wapcaplet -- cgit v1.2.3