summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-03-30 21:23:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-03-30 21:23:07 +0000
commitb5a12096942f13402ddc88629e7dd61e0cfed568 (patch)
treecc6edbe435f9af8bba892d4d642fdc0909a0938b /Makefile
parent5e2671d5c4bc19df693fee644b7dda8b3cb9089c (diff)
downloadlibdom-b5a12096942f13402ddc88629e7dd61e0cfed568.tar.gz
libdom-b5a12096942f13402ddc88629e7dd61e0cfed568.tar.bz2
Remove _GNU_SOURCE
svn path=/trunk/libdom/; revision=13781
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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