From 4f647b76543ba5bc53c7e9b3127db67a0de792f9 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 1 Aug 2009 22:53:37 +0000 Subject: Ensure local include path overrides buildsystem settings. svn path=/trunk/hubbub/; revision=8960 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a83dea7..9037c25 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \ 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