From 06c2f22b53bdd978a6f9de265951bda8d1401937 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 1 Aug 2009 22:56:02 +0000 Subject: Ensure local include path overrides buildsystem settings. svn path=/trunk/libparserutils/; revision=8966 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 283ea80..2a9bb31 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ ifneq ($(GCCVER),2) WARNFLAGS := $(WARNFLAGS) -Wextra -Werror endif -CFLAGS := $(CFLAGS) -D_BSD_SOURCE -I$(CURDIR)/include/ \ - -I$(CURDIR)/src $(WARNFLAGS) +CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \ + -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS) ifneq ($(GCCVER),2) CFLAGS := $(CFLAGS) -std=c99 else -- cgit v1.2.3