mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-05-17 12:12:10 +02:00
build: Do not add -Iinclude/ to MK_CPPFLAGS
The source code should not be using any of the headers there.
This commit is contained in:
parent
059f89ca95
commit
901ed630fc
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable
|
|||||||
LDFLAGS ?=
|
LDFLAGS ?=
|
||||||
|
|
||||||
# Internal makefile variables
|
# Internal makefile variables
|
||||||
MK_CPPFLAGS := -Iinclude/bsd/ -Iinclude/ \
|
MK_CPPFLAGS := -Iinclude/bsd/ \
|
||||||
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
||||||
-D_GNU_SOURCE -D__REENTRANT
|
-D_GNU_SOURCE -D__REENTRANT
|
||||||
MK_CFLAGS :=
|
MK_CFLAGS :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user