From b0c71d0b1f2f3c3406f55da7605b98cb2ca1fb58 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 1 Aug 2009 22:54:03 +0000 Subject: Ensure local include path overrides buildsystem settings. svn path=/trunk/iconv/; revision=8961 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5773f07..438c9f6 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ endif 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) ifeq ($(TARGET),riscos) LDFLAGS := $(LDFLAGS) -L$(CURDIR)/unicode/libro -lunicode -- cgit v1.2.3