From: Wolfgang Bangerth Date: Fri, 28 Sep 2012 12:56:27 +0000 (+0000) Subject: Fix the way we let the normalize.pl script know about where the deal.II directory is. X-Git-Tag: v8.0.0~2000 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa564a4e00e411ff830ed2476f00524e8ca3db9;p=dealii.git 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 --- 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