From: wolf Date: Tue, 29 Feb 2000 17:58:18 +0000 (+0000) Subject: Fix problem with ./ to run executable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b247fc020292dcab4682e97b9f635ed216e03a2b;p=dealii-svn.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)