From b3433aa5d51c0b7954ec5a43dc145870e16bbe6d Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 23 Sep 2002 15:30:30 +0000 Subject: not all compilers support '-I dir' so we write '-Idir' instead --- tests/TEMPLATE/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index fb052e6..a5816a6 100644 --- a/tests/TEMPLATE/Makefile.am +++ b/tests/TEMPLATE/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = scanner.l parser.y test.input CLEANFILES = scanner.c scanner.h parser.c parser.h TEMPLATE OUTPUT $(OBJS) OBJS = scanner.o # parser.o -INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I . +INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) #LDFLAGS = $(top_srcdir)/libfl.a #LFLAGS = --header="scanner.h" #YFLAGS = --defines --output=parser.c -- cgit v1.2.3