(CPPFLAGS): Add -I., to find config.h. Remove -Iinclude, it's unused.
This commit is contained in:
parent
90def7cb85
commit
eb1134541a
1 changed files with 1 additions and 1 deletions
2
Make.mk
2
Make.mk
|
@ -102,7 +102,7 @@ subst.in = sed \
|
|||
-e 's/@EMPIREPORT\@/$(EMPIREPORT)/g'
|
||||
|
||||
# Compiler flags
|
||||
CPPFLAGS += -I$(srcdir)/include -Iinclude
|
||||
CPPFLAGS += -I$(srcdir)/include -I.
|
||||
ifeq ($(have_gcc),yes)
|
||||
CFLAGS += -fno-common
|
||||
CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue