From 5cd275b5bcb60b5fea7d45582afa31408cdf23e1 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 21 Sep 2011 08:38:41 +0000 Subject: [PATCH] Remove invalid .cc extension on targets. git-svn-id: https://svn.dealii.org/trunk@24349 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 63c08f1218..a6e8e24895 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-3.cc +target = step-3 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index abbbf3ced9..3e3f620ec1 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-4.cc +target = step-4 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 3f4716d82b..3e83e83c1e 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-5.cc +target = step-5 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 14129c9378..695e047530 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-6.cc +target = step-6 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index 5dd30eea54..b0571b9001 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-7.cc +target = step-7 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index cb5a053b76..ad172848f0 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = step-8.cc +target = step-8 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no -- 2.39.5