From 9d7a3ca96676385c230268579a6ab98f4c5b42cd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Mar 2004 20:31:21 +0000 Subject: [PATCH] Also don't run clean if no PETSc. git-svn-id: https://svn.dealii.org/trunk@8811 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 719c998ab0..2d7deb8ece 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -49,7 +49,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 ifneq ($(USE_CONTRIB_PETSC),yes) -default run: +default run clean: @echo @echo "===========================================================" @echo "= This program cannot be compiled without PETSc. Make =" -- 2.39.5