From e113543bd84205fd53bf0871baab777ef6fc19f2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 18 Dec 2009 08:24:45 +0000 Subject: Missing rename. --- tools/Makefile.am.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.am.test b/tools/Makefile.am.test index f38f561..f48c43b 100644 --- a/tools/Makefile.am.test +++ b/tools/Makefile.am.test @@ -2,7 +2,7 @@ tests.make: ${pracrod_SOURCES} ${EXTRA_DIST} $(top_srcdir)/../tools/testlist > Makefile.am.test @touch Makefile.am -test: tests.make $(TESTFILES) +test: Makefile.am.test $(TESTFILES) @echo "All tests done." test_clean: @@ -10,5 +10,5 @@ test_clean: TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` -CLEANFILES = $(TESTFILES) $(TESTLOGS) tests.make *~ +CLEANFILES = $(TESTFILES) $(TESTLOGS) Makefile.am.test *~ -- cgit v1.2.3