summaryrefslogtreecommitdiff
path: root/tests/test-mem-r
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-09-27 20:58:52 +0000
committerwlestes <wlestes>2002-09-27 20:58:52 +0000
commit89754f1f314a33ed7a3f495dc7cace9dd7cc28cb (patch)
treee399e8db2ba94c080387625209b6c6aff8c598b4 /tests/test-mem-r
parent89fc21c4b20830fb17702eb9d4ec50281c11723d (diff)
downloadflex-89754f1f314a33ed7a3f495dc7cace9dd7cc28cb.tar.gz
we used INCLUDES in another place in the Makefile.am files in the test suite
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 6782ab8..a86c309 100644
--- a/tests/test-mem-r/Makefile.am
+++ b/tests/test-mem-r/Makefile.am
@@ -41,4 +41,4 @@ test: $(testname)$(EXEEXT)
./$(testname)$(EXEEXT) < $(srcdir)/test.input
.c.o:
- $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+ $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<