From 64d95b13a938d60fd14f1a5a22bbe82afe2e35de Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 Jul 2009 08:24:36 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@19007 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-17/Makefile b/deal.II/examples/step-17/Makefile index b753dea123..0daa83ee86 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -47,7 +47,7 @@ include $D/common/Make.global_options ################################################################ # This example program will only work if PETSc 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_PETSC),yes) default run clean: @echo -- 2.39.5