From: Timo Heister Date: Thu, 2 Sep 2010 11:18:33 +0000 (+0000) Subject: and do it correctly. X-Git-Tag: v8.0.0~5594 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6713147e849c81fefb3636e9484382b5940213d;p=dealii.git and do it correctly. git-svn-id: https://svn.dealii.org/trunk@21836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-41/Makefile b/deal.II/examples/step-41/Makefile index 32ffe9d100..2f59b6f2d7 100644 --- a/deal.II/examples/step-41/Makefile +++ b/deal.II/examples/step-41/Makefile @@ -46,13 +46,13 @@ include $D/common/Make.global_options # is not the case, then simply redefine the main targets to do nothing ifneq ($(USE_CONTRIB_TRILINOS),yes) default run clean: - @echo - @echo "===========================================================" - @echo "= This program cannot be compiled without Trilinos. Make=" - @echo "= sure you have Trilinos installed and detected during =" - @echo "= configuration of deal.II =" - @echo "===========================================================" - @echo + @echo + @echo "===========================================================" + @echo "= This program cannot be compiled without Trilinos. Make=" + @echo "= sure you have Trilinos installed and detected during =" + @echo "= configuration of deal.II =" + @echo "===========================================================" + @echo else #