summaryrefslogtreecommitdiff
path: root/tests/test-mem-r
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-27 20:46:26 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-27 20:46:26 +0000
commit1336555df3497462d2250359cb70f6a472c8265d (patch)
tree1067e6992479e3dd377d2658a76cef5bf5d7fbfb /tests/test-mem-r
parent61e6cbfa9aee9c9d5cb6d0931dac0b1cbddc85a0 (diff)
use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for broken compilers
Diffstat (limited to 'tests/test-mem-r')
-rw-r--r--tests/test-mem-r/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mem-r/Makefile.am b/tests/test-mem-r/Makefile.am
index bf32246..4ecaac7 100644
--- a/tests/test-mem-r/Makefile.am
+++ b/tests/test-mem-r/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = scanner.l test.input
CLEANFILES = scanner.c scanner.h test-mem-r 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)
#LDFLAGS = $(top_srcdir)/libfl.a
testname = test-mem-r