From: Will Estes Date: Thu, 10 Oct 2002 18:08:54 +0000 (+0000) Subject: replace the last instance X-Git-Tag: flex-2-5-23~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd9b9a243d2316a26297359555a842e040851c17;p=flex replace the last instance --- diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index ec1e4f8..5833366 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 -AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) +AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir) #LDFLAGS = $(top_srcdir)/libfl.a #LFLAGS = --header="scanner.h" #YFLAGS = --defines --output=parser.c @@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT) ./$(testname)$(EXEEXT) < $(srcdir)/test.input .c.o: - $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< + $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<