From ce5256d96b1f0e0f9f8a8c104192000e826c61ff Mon Sep 17 00:00:00 2001 From: frohne Date: Fri, 14 Oct 2011 19:40:58 +0000 Subject: [PATCH] fix makefile and edit svn:ignores git-svn-id: https://svn.dealii.org/trunk@24606 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-41/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-41/Makefile b/deal.II/examples/step-41/Makefile index 031d9128ce..66a2bf0b10 100644 --- a/deal.II/examples/step-41/Makefile +++ b/deal.II/examples/step-41/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 24349 2011-09-21 08:38:41Z kronbichler $ +# $Id: Makefile 24592 2011-10-11 11:55:57Z heltai $ # For the small projects Makefile, you basically need to fill in only @@ -23,7 +23,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../deal.II/ +D = ../../ # The last field specifies the names of data and other files that -- 2.39.5