fix make clean

Jens Thiele <[email protected]> Fri, 15 Nov 2024 08:22:22 +0100
Newsgroups gmane.lisp.scheme.gauche
Message-ID <[email protected]>
commit 2d7f1c6a49d3a58823f4f94d61e849377061f3b2
Author: Jens Thiele <[email protected]>
Date:   Fri Nov 15 08:21:11 2024 +0100

    Fix make clean.

diff --git a/src/Makefile.in b/src/Makefile.in
index 9024af4b1..41e5192ff 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -551,7 +551,7 @@ clean :
 	       test-vmstack$(EXEEXT) test-arith$(EXEEXT) test-extra$(EXEEXT) \
 	       gauche-config.c \
 	       *.$(OBJEXT) *~ *.a *.t *.def *.exp *.exe *.dll \
-	       test.log test.dir so_locations gauche/*~ paths_arch.c \
+	       test.out test.log test.dir so_locations gauche/*~ paths_arch.c \
 	       gauche/config_threads.h gauche-config.in.c \
 	       staticinit.c staticinit_gdbm.c staticinit_mbed.c \
 	       gauche-install.in.c gauche-package.in.c gauche-cesconv.in.c \