From 4a8212d783b6d848ac5e23b2a5151caf19ce0a4f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 1 Aug 2009 22:52:48 +0000 Subject: Ensure local include path overrides buildsystem settings. svn path=/trunk/dom/; revision=8959 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c22c62e..7f7fe87 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ TESTRUNNER := $(PERL) build/testtools/testrunner.pl WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Werror -pedantic -CFLAGS := $(CFLAGS) -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \ - -I$(CURDIR)/src $(WARNFLAGS) +CFLAGS := -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \ + -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS) # Parserutils ifneq ($(findstring clean,$(MAKECMDGOALS)),clean) -- cgit v1.2.3