From 65e6e1ac4913e82778db75f23fbd05667c23db1f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 17:07:03 -0800 Subject: * Makefile (CFLAGS): Added -I. so current directory is first in the include search path. This is needed for finding generated header files, when building in a separate directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 809e7eda..1313fe7a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ -include config.make -CFLAGS := -I$(top_srcdir) $(LANG_FLAGS) $(DIAG_FLAGS) \ +CFLAGS := -I. -I$(top_srcdir) $(LANG_FLAGS) $(DIAG_FLAGS) \ $(OPT_FLAGS) $(INLINE_FLAGS) $(DBG_FLAGS) OBJS := txr.o lex.yy.o y.tab.o match.o lib.o regex.o gc.o unwind.o stream.o -- cgit v1.2.3