From ebc267d734d96a3a2ae8f0a220c9963d10e8bc57 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 1 Mar 2013 13:52:59 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28684 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/GNUmakefile b/deal.II/examples/GNUmakefile index 259d54a128..827a7037c4 100644 --- a/deal.II/examples/GNUmakefile +++ b/deal.II/examples/GNUmakefile @@ -22,4 +22,4 @@ configure_examples: $(steps:%=%/Makefile) run_examples: $(steps:%=%/OK) %/OK: %/Makefile - cd $(@D) && if [ -f Makefile ]; then (make run > run.log 2>&1); fi && touch OK + cd $(@D) && if [ -f Makefile ]; then (make run > run.log 2>&1); fi && touch OK -- 2.39.5