From b247fc020292dcab4682e97b9f635ed216e03a2b Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 17:58:18 +0000 Subject: [PATCH] Fix problem with ./ to run executable. git-svn-id: https://svn.dealii.org/trunk@2524 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/big-tests/nonlinear/fixed-point-iteration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5