summaryrefslogtreecommitdiff
path: root/tests/test-lineno-nr
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-09-27 20:46:26 +0000
committerwlestes <wlestes>2002-09-27 20:46:26 +0000
commitefa9a73e62d7e0cdbbd6e010821bbeb0e5d14c71 (patch)
treeb88b1487989dae9455890504dd45c35c32b726bd /tests/test-lineno-nr
parent21d200cf9913b93317ac90bb07971d9cb7f4e092 (diff)
downloadflex-efa9a73e62d7e0cdbbd6e010821bbeb0e5d14c71.tar.gz
use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for broken compilers
Diffstat (limited to 'tests/test-lineno-nr')
-rw-r--r--tests/test-lineno-nr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-lineno-nr/Makefile.am b/tests/test-lineno-nr/Makefile.am
index 6bfc0aa..829253a 100644
--- a/tests/test-lineno-nr/Makefile.am
+++ b/tests/test-lineno-nr/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = scanner.l test.input
CLEANFILES = scanner.c test-lineno-nr OUTPUT $(OBJS)
OBJS = scanner.o
-INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I501 507 1002 1001 1000 499 400 100 6 501top_builddir)
testname = test-lineno-nr