]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 14:47:02 +0000 (14:47 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 14:47:02 +0000 (14:47 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28648 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/GNUmakefile

index e15781958fffba7c2acaff362f6d2e5de07f2b88..f51445e590995e079bb0f15d1b484a70e131be03 100644 (file)
@@ -15,9 +15,9 @@ configure_examples:
        @echo "============ Configure all examples"
        @for f in  $(steps);\
        do\
-         cd $$f ;\
+         cd $(PWD)/$$f ;\
          cmake .;\
-         cd ..;\
+         cd $(PWD);\
        done
 
 .PHONY: configure_examples

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.