Commit 901ed630fc64fca828e031bc8fa6780db9f05db1

Guillem Jover 2011-07-05T21:01:18

build: Do not add -Iinclude/ to MK_CPPFLAGS The source code should not be using any of the headers there.

1
2
3
4
5
6
7
8
9
10
11
12
13
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 :=