Index: Makefile.in =================================================================== diff -u -r8f14fdaf0de110b56e3132a178267f3372a32235 -r66bbafa5fb1fe5c268131d7383fe3f8591aeb518 --- Makefile.in (.../Makefile.in) (revision 8f14fdaf0de110b56e3132a178267f3372a32235) +++ Makefile.in (.../Makefile.in) (revision 66bbafa5fb1fe5c268131d7383fe3f8591aeb518) @@ -477,7 +477,7 @@ test: binaries libraries test-core test-xotcl test-http @test_actiweb@ test-summary test-nohttp: binaries libraries test-core test-xotcl -TESTLOG = ./test.log +TESTLOG = ./__test.log TESTFLAGS = -testlog $(TESTLOG) test-summary: @@ -696,7 +696,7 @@ -rm -rf $(xotcl_target_doc_dir)/*-xotcl.html $(dir $(YUIDOC_OUTPUT)) $(XOWIKI_OUTPUT) clean: cleandoc - -rm -rf $(BINARIES) $(CLEANFILES) ./receiver + -rm -rf $(BINARIES) $(CLEANFILES) ./receiver $(TESTLOG) find ${srcdir} -type f -name \*~ -exec rm \{} \; @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \