From: wolf Date: Tue, 1 Feb 2000 15:50:24 +0000 (+0000) Subject: Fix bug. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a675a92712377a85a02a3ce9c27ccd430c3888cd;p=dealii-svn.git Fix bug. git-svn-id: https://svn.dealii.org/trunk@2307 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 11c833fdbc..445913746c 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 @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when 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 11c833fdbc..445913746c 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 @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when 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 11c833fdbc..445913746c 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 @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when 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 495da02f83..bd4dad5fbc 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 @@ -107,7 +107,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when 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 11c833fdbc..445913746c 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 @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-6/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-6/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-6/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-6/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-7/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-7/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-7/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-7/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-8/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-8/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-8/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-8/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index 495da02f83..bd4dad5fbc 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -107,7 +107,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index 11c833fdbc..445913746c 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -105,7 +105,7 @@ $(target) : $(libraries) # following rule: run: $(target) @echo ============================ Running $< - @.(include-path-base)/base$(target) + @./$(target) # As a last rule to the `make' program, we define what to do when