]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Do not add -Iinclude/ to MK_CPPFLAGS
authorGuillem Jover <guillem@hadrons.org>
Tue, 5 Jul 2011 19:01:18 +0000 (21:01 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 9 Jul 2011 20:28:10 +0000 (22:28 +0200)
The source code should not be using any of the headers there.

Makefile

index edff3f153817d8b7b814c868af998d51765e3aa3..936d703350111413f190a8ed2cd6861cab39e36f 100644 (file)
--- 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 :=