eliminate .SILENT

This commit is contained in:
Bob Halley 1999-10-09 00:57:54 +00:00
parent 83e4218f6c
commit b0b97ac8a4

View file

@ -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