From: bangerth Date: Thu, 24 Jan 2008 23:54:31 +0000 (+0000) Subject: Fix generation of paths and find deal.II directory even if tests/ is not a parallel... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284b06e7c9cfea5c597dd3dc37d0b846569a4056;p=dealii-svn.git Fix generation of paths and find deal.II directory even if tests/ is not a parallel directory to deal.II/ git-svn-id: https://svn.dealii.org/trunk@15680 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/benchmarks/Makefile b/tests/benchmarks/Makefile index f091b3202b..67f69e009c 100644 --- a/tests/benchmarks/Makefile +++ b/tests/benchmarks/Makefile @@ -1,13 +1,13 @@ ############################################################ # $Id$ -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors ############################################################ ############################################################ # Include general settings for including DEAL libraries ############################################################ -D=../../deal.II +include ../Makefile.paths include $D/common/Make.global_options debug-mode = on