summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-07-05 21:01:18 +0200
committerGuillem Jover <guillem@hadrons.org>2011-07-09 22:28:10 +0200
commit901ed630fc64fca828e031bc8fa6780db9f05db1 (patch)
tree8822ea457a725207ceecbe4b5bcf183767177fc0
parent059f89ca95991d5570980846020385f8947be60e (diff)
downloadlibbsd-901ed630fc64fca828e031bc8fa6780db9f05db1.tar.gz
build: Do not add -Iinclude/ to MK_CPPFLAGS
The source code should not be using any of the headers there.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 :=