From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc63757329db638154823ce2dcf356c1496b9012;p=dealii-svn.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