From dd0f9b20eb45a60629af781ed0999a71e72bff1f Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 10 Feb 2000 13:49:04 +0000 Subject: [PATCH] Remove unnecessary line continuations. git-svn-id: https://svn.dealii.org/trunk@2365 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/error-estimation/Makefile | 6 +++--- tests/big-tests/error-estimation/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/error-estimation/Makefile b/deal.II/deal.II/Attic/examples/error-estimation/Makefile index 96921c2ca1..4540f24d03 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/Makefile +++ b/deal.II/deal.II/Attic/examples/error-estimation/Makefile @@ -107,9 +107,9 @@ $(target) : $(libraries) run: $(target) @echo ============================ Running $< ./$(target) ee.gauss.prm - ./(target) ee.singular.prm; \ - ./$(target) ee.kink.prm; \ - gnuplot make_ps; \ + ./(target) ee.singular.prm + ./$(target) ee.kink.prm + gnuplot make_ps diff --git a/tests/big-tests/error-estimation/Makefile b/tests/big-tests/error-estimation/Makefile index 96921c2ca1..4540f24d03 100644 --- a/tests/big-tests/error-estimation/Makefile +++ b/tests/big-tests/error-estimation/Makefile @@ -107,9 +107,9 @@ $(target) : $(libraries) run: $(target) @echo ============================ Running $< ./$(target) ee.gauss.prm - ./(target) ee.singular.prm; \ - ./$(target) ee.kink.prm; \ - gnuplot make_ps; \ + ./(target) ee.singular.prm + ./$(target) ee.kink.prm + gnuplot make_ps -- 2.39.5