From da1ba91fe188b7ef6512a23d3a4cc5362a37d6ca Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 Jul 2009 08:26:08 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@19009 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/Makefile | 2 +- deal.II/examples/step-32/Makefile | 2 +- deal.II/examples/step-33/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index 33f468fc90..94a9f0780f 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -47,7 +47,7 @@ include $D/common/Make.global_options ################################################################ # This example program will only work if Trilinos is installed. If this -# is not the case, then simply redefine the main targets to to nothing +# is not the case, then simply redefine the main targets to do nothing ifneq ($(USE_CONTRIB_TRILINOS),yes) default run clean: @echo diff --git a/deal.II/examples/step-32/Makefile b/deal.II/examples/step-32/Makefile index 33f468fc90..94a9f0780f 100644 --- a/deal.II/examples/step-32/Makefile +++ b/deal.II/examples/step-32/Makefile @@ -47,7 +47,7 @@ include $D/common/Make.global_options ################################################################ # This example program will only work if Trilinos is installed. If this -# is not the case, then simply redefine the main targets to to nothing +# is not the case, then simply redefine the main targets to do nothing ifneq ($(USE_CONTRIB_TRILINOS),yes) default run clean: @echo diff --git a/deal.II/examples/step-33/Makefile b/deal.II/examples/step-33/Makefile index cc84b86b01..21a7e44e6b 100644 --- a/deal.II/examples/step-33/Makefile +++ b/deal.II/examples/step-33/Makefile @@ -54,7 +54,7 @@ include $D/common/Make.global_options ################################################################ # This example program will only work if Trilinos is installed. If this -# is not the case, then simply redefine the main targets to to nothing +# is not the case, then simply redefine the main targets to do nothing ifneq ($(USE_CONTRIB_TRILINOS),yes) default run clean: @echo -- 2.39.5