From 97ab8580f99f3a72c972ddf3750a3c90ac5a19d2 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 6 Jan 2000 15:54:15 +0000 Subject: [PATCH] Modify Makefiles to generate reasonable output. git-svn-id: https://svn.dealii.org/trunk@2164 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/step-by-step/step-1/Makefile | 2 +- deal.II/deal.II/Attic/examples/step-by-step/step-2/Makefile | 2 +- deal.II/deal.II/Attic/examples/step-by-step/step-3/Makefile | 2 +- deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile | 2 +- deal.II/deal.II/Attic/examples/step-by-step/step-5/Makefile | 2 +- deal.II/examples/step-1/Makefile | 2 +- deal.II/examples/step-2/Makefile | 2 +- deal.II/examples/step-3/Makefile | 2 +- deal.II/examples/step-4/Makefile | 2 +- deal.II/examples/step-5/Makefile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-1/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-1/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-1/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-1/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-2/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-2/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-2/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-2/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-3/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-3/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-3/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-3/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile index ea379565e2..110ec250eb 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile @@ -51,7 +51,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-5/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-5/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-5/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-5/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index ea379565e2..110ec250eb 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -51,7 +51,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index dc2798f839..8753051799 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -50,7 +50,7 @@ $(target) : $(libraries) # rule how to run the program run: $(target) - @echo ============================ Running $@ + @echo ============================ Running $< @./$(target) -- 2.39.5