From 409f36200c50f71f1d531d7c307168a775f4baec Mon Sep 17 00:00:00 2001 From: coxchristopher Date: Tue, 5 Nov 2024 12:44:56 +0000 Subject: [PATCH] deploy: d8dbe9288108cc7f3af8ce488b5e9421395895ab --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a0bd130..e45e272 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1063,7 +1063,7 @@ clean-local: devtest: devtest-recursive devtest-recursive: - -for subdir in $(SUBDIRS); do \ + @-for subdir in $(SUBDIRS); do \ if test "$$subdir" = . ; then \ continue; \ else \ @@ -1073,7 +1073,7 @@ devtest-recursive: $(MAKE) $(AM_FLAGS) devtest-local devtest-local: - -for t in $(TESTS) ; do \ + @-for t in $(TESTS) ; do \ echo "TEST: $$t" ;\ if test -f "./$$t" ; then \ srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\