From: wolf Date: Mon, 8 Nov 1999 12:02:47 +0000 (+0000) Subject: Suppress needless output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e1b1baa0766b026ccf7399774e0bd122a5d0836;p=dealii-svn.git Suppress needless output. git-svn-id: https://svn.dealii.org/trunk@1839 0785d39b-7218-0410-832d-ea1e28bc413d --- 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