From: maier Date: Tue, 26 Feb 2013 16:23:21 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ad7a6ac5e1d76cd3c27360e4b46feea7c00955;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28581 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/GNUmakefile b/deal.II/examples/GNUmakefile index 8cd36aad05..e15781958f 100644 --- a/deal.II/examples/GNUmakefile +++ b/deal.II/examples/GNUmakefile @@ -17,6 +17,7 @@ configure_examples: do\ cd $$f ;\ cmake .;\ + cd ..;\ done .PHONY: configure_examples