From ac8a163c7f5820703877ec54e3d93ed6a827472b Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 17:59:55 +0000 Subject: [PATCH] No postprocess. git-svn-id: https://svn.dealii.org/trunk@2526 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/big-tests/nonlinear/fixed-point-iteration/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile index a027cf7215..becdb684ea 100644 --- a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile +++ b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile @@ -29,7 +29,7 @@ run-parameters = $(target).prm # To execute additional action apart from running the program, fill # in this list: -additional-run-action = gnuplot make_ps +additional-run-action = # To specify which files are to be deleted by "make clean" (apart from # the usual ones: object files, executables, backups, etc), fill in the @@ -93,7 +93,6 @@ $(target) : $(libraries) # rule how to run the program run: $(target) ./$(target) $(run-parameters) - $(additional-run-action) # rule to make object files -- 2.39.5