]> granicus.if.org Git - flex/commitdiff
sometimes we put header files in the builddir and so we should account for that
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Oct 2002 18:13:16 +0000 (18:13 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Oct 2002 18:13:16 +0000 (18:13 +0000)
tests/TEMPLATE/Makefile.am

index 58333669206bb8c211cc82442ba41a8401a6f4ea..ee5016d2c393b21da912da494aef79b3e1043667 100644 (file)
@@ -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) -I$(builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir)
 #LDFLAGS = $(top_srcdir)/libfl.a 
 #LFLAGS = --header="scanner.h"
 #YFLAGS = --defines --output=parser.c