summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2009-12-18 08:24:45 +0000
committerdeva <deva>2009-12-18 08:24:45 +0000
commite113543bd84205fd53bf0871baab777ef6fc19f2 (patch)
tree4bd20b83ab6e84f8a82eedfc04502c161c137e6f
parente54d4c34b65c75f27a67c872ae5e8b205fb7d7d9 (diff)
Missing rename.
-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 *~