From: wolf Date: Wed, 17 Mar 2004 20:31:21 +0000 (+0000) Subject: Also don't run clean if no PETSc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8357f6fbd2477c80427df8dbf8ab02c91f0aa13;p=dealii-svn.git Also don't run clean if no PETSc. git-svn-id: https://svn.dealii.org/trunk@8811 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ="