summaryrefslogtreecommitdiff
path: root/tests/test-basic-nr
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-basic-nr
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-basic-nr')
-rw-r--r--tests/test-basic-nr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-basic-nr/Makefile.am b/tests/test-basic-nr/Makefile.am
index 18bb96c..be2a7c2 100644
--- a/tests/test-basic-nr/Makefile.am
+++ b/tests/test-basic-nr/Makefile.am
@@ -45,4 +45,4 @@ test: $(testname)$(EXEEXT)
./$(testname)$(EXEEXT) < $(srcdir)/test.input
.c.o:
- $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+ $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<