From eda701b30d2f0ddfdbb9bb9e589327f29415d51d Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 27 Sep 2002 20:58:52 +0000 Subject: we used INCLUDES in another place in the Makefile.am files in the test suite --- tests/test-prefix-nr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-prefix-nr') diff --git a/tests/test-prefix-nr/Makefile.am b/tests/test-prefix-nr/Makefile.am index 3a2a456..9fabafe 100644 --- a/tests/test-prefix-nr/Makefile.am +++ b/tests/test-prefix-nr/Makefile.am @@ -46,4 +46,4 @@ test: $(testname)$(EXEEXT) ./$(testname)$(EXEEXT) < $(srcdir)/test.input .c.o: - $(CC) -c -o $@ $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< + $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $< -- cgit v1.2.3