build: Do not add -Iinclude/ to MK_CPPFLAGS

The source code should not be using any of the headers there.
This commit is contained in:
Guillem Jover 2011-07-05 21:01:18 +02:00
parent 059f89ca95
commit 901ed630fc

View File

@ -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 :=