From 08e17e8940052536f5718810cfa88d3565687885 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 1 Aug 2009 22:55:19 +0000 Subject: Ensure local include path overrides buildsystem settings. svn path=/trunk/libnsgif/; revision=8964 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e45fb8..3cbb7c1 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \ ifneq ($(GCCVER),2) WARNFLAGS := $(WARNFLAGS) -Wextra 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