From: maier Date: Fri, 1 Mar 2013 13:52:59 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc267d734d96a3a2ae8f0a220c9963d10e8bc57;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28684 0785d39b-7218-0410-832d-ea1e28bc413d --- 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