From 284b06e7c9cfea5c597dd3dc37d0b846569a4056 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Jan 2008 23:54:31 +0000 Subject: [PATCH] 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 --- tests/benchmarks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5