From: Guillem Jover Date: Tue, 5 Jul 2011 19:01:18 +0000 (+0200) Subject: build: Do not add -Iinclude/ to MK_CPPFLAGS X-Git-Tag: 0.4.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901ed630fc64fca828e031bc8fa6780db9f05db1;p=thirdparty%2Flibbsd.git build: Do not add -Iinclude/ to MK_CPPFLAGS The source code should not be using any of the headers there. --- 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 :=