From b0b97ac8a4f342555f97893b4f307a5922c4ac46 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 9 Oct 1999 00:57:54 +0000 Subject: [PATCH] eliminate .SILENT --- bin/tests/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 825b052ccb..a458f9c34b 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -205,11 +205,8 @@ clean distclean:: rm -f ${TARGETS} rm -f t_journal -.SILENT - test: @for dir in $(SUBDIRS) ;\ do \ ( cd $$dir; $(MAKE) test ) ;\ done -