From: bangerth Date: Tue, 12 Aug 2008 23:50:23 +0000 (+0000) Subject: Only run when UMFPACK is actually installed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231efe35325162cbc76ac226ddf146b21be20059;p=dealii-svn.git Only run when UMFPACK is actually installed. git-svn-id: https://svn.dealii.org/trunk@16526 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index dbd7b1aad5..5a0b1772e3 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -115,7 +115,7 @@ $(target) : $(libraries) # useful if you want to call the executable with arguments which do # not change frequently. You may then want to add them to the # following rule: -run: $(target) UMFPACK-check +run: $(target) @echo ============================ Running $< @./$(target)$(EXEEXT)