From a675a92712377a85a02a3ce9c27ccd430c3888cd Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 1 Feb 2000 15:50:24 +0000
Subject: [PATCH] Fix bug.

git-svn-id: https://svn.dealii.org/trunk@2307 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/deal.II/Attic/examples/step-by-step/step-6/Makefile | 2 +-
 deal.II/deal.II/Attic/examples/step-by-step/step-7/Makefile | 2 +-
 deal.II/deal.II/Attic/examples/step-by-step/step-8/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 +-
 deal.II/examples/step-6/Makefile                            | 2 +-
 deal.II/examples/step-7/Makefile                            | 2 +-
 deal.II/examples/step-8/Makefile                            | 2 +-
 16 files changed, 16 insertions(+), 16 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 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
-- 
2.39.5