From c6713147e849c81fefb3636e9484382b5940213d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 2 Sep 2010 11:18:33 +0000 Subject: [PATCH] and do it correctly. git-svn-id: https://svn.dealii.org/trunk@21836 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-41/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 # -- 2.39.5