From: Will Estes Date: Mon, 23 Sep 2002 15:30:30 +0000 (+0000) Subject: not all compilers support '-I dir' so we write '-Idir' instead X-Git-Tag: flex-2-5-23~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3433aa5d51c0b7954ec5a43dc145870e16bbe6d;p=flex not all compilers support '-I dir' so we write '-Idir' instead --- 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