summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile.am.test4
1 files 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 *~