From: Wolfgang Bangerth Date: Tue, 29 Feb 2000 17:58:18 +0000 (+0000) Subject: Fix problem with ./ to run executable. X-Git-Tag: v8.0.0~20840 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=994bed3b4298e2bd15513012f39c330e066c14c3;p=dealii.git Fix problem with ./ to run executable. git-svn-id: https://svn.dealii.org/trunk@2524 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile index 6d6f4c8d4c..a027cf7215 100644 --- a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile +++ b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile @@ -92,7 +92,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - $(target) $(run-parameters) + ./$(target) $(run-parameters) $(additional-run-action)