diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-07-05 21:01:57 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-07-09 22:28:10 +0200 |
commit | 0acd86f6eb1637b54911428d067e15c9a414c883 (patch) | |
tree | 7a639232721b1fe7158528247ee738bfe818a5b1 | |
parent | 901ed630fc64fca828e031bc8fa6780db9f05db1 (diff) | |
download | libbsd-0acd86f6eb1637b54911428d067e15c9a414c883.tar.gz |
build: Use -isystem instead of -I
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 := |