summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-07-05 21:01:57 +0200
committerGuillem Jover <guillem@hadrons.org>2011-07-09 22:28:10 +0200
commit0acd86f6eb1637b54911428d067e15c9a414c883 (patch)
tree7a639232721b1fe7158528247ee738bfe818a5b1
parent901ed630fc64fca828e031bc8fa6780db9f05db1 (diff)
downloadlibbsd-0acd86f6eb1637b54911428d067e15c9a414c883.tar.gz
build: Use -isystem instead of -I
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 936d703..aa3acb5 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable
LDFLAGS ?=
# Internal makefile variables
-MK_CPPFLAGS := -Iinclude/bsd/ \
+MK_CPPFLAGS := -isystem include/bsd/ \
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
-D_GNU_SOURCE -D__REENTRANT
MK_CFLAGS :=