From eb1134541ae8c79b5e41de3f27a7710eede61baf Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 23 Dec 2005 18:47:41 +0000 Subject: [PATCH] (CPPFLAGS): Add -I., to find config.h. Remove -Iinclude, it's unused. --- Make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.mk b/Make.mk index b923d1a7..c776de99 100644 --- a/Make.mk +++ b/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 \