From 3e1b1baa0766b026ccf7399774e0bd122a5d0836 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 8 Nov 1999 12:02:47 +0000 Subject: [PATCH] Suppress needless output. git-svn-id: https://svn.dealii.org/trunk@1839 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 33eb9de937..85692be1d6 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -66,7 +66,7 @@ targets = $(addsuffix .target, $(executables)) # the right filename by dropping the suffix added for the make-rule %.target : % @echo ============================ Executing Testcase: $< - ./$< > $(subst testcase,output,$<) + @./$< > $(subst testcase,output,$<) # this is the main target # make dependence so that it first wants to compile all files then -- 2.39.5