From bfa564a4e00e411ff830ed2476f00524e8ca3db9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 28 Sep 2012 12:56:27 +0000 Subject: [PATCH] Fix the way we let the normalize.pl script know about where the deal.II directory is. git-svn-id: https://svn.dealii.org/trunk@26834 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 2fe8bc3c20..282d3dfc3f 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -10,7 +10,7 @@ # reference the normalization script in the tests directory, which is # one up from where the variable will be expanded -normalize = ../normalize.pl +normalize = $(shell cd .. && pwd)/normalize.pl verbose = off -- 2.39.5