From: Wolfgang Bangerth Date: Thu, 10 Feb 2000 13:49:04 +0000 (+0000) Subject: Remove unnecessary line continuations. X-Git-Tag: v8.0.0~20995 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f693d5b85ea66fb43e2905a81d816e1141968c;p=dealii.git Remove unnecessary line continuations. git-svn-id: https://svn.dealii.org/trunk@2365 0785d39b-7218-0410-832d-ea1e28bc413d --- 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