From 901ed630fc64fca828e031bc8fa6780db9f05db1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 5 Jul 2011 21:01:18 +0200 Subject: [PATCH] build: Do not add -Iinclude/ to MK_CPPFLAGS The source code should not be using any of the headers there. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edff3f1..936d703 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable LDFLAGS ?= # Internal makefile variables -MK_CPPFLAGS := -Iinclude/bsd/ -Iinclude/ \ +MK_CPPFLAGS := -Iinclude/bsd/ \ -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ -D_GNU_SOURCE -D__REENTRANT MK_CFLAGS :=