From c34335c2b1e12886256d3e697528d3c2cdae65d5 Mon Sep 17 00:00:00 2001 From: heister Date: Sat, 23 Oct 2010 15:39:06 +0000 Subject: [PATCH] make step-40 compile git-svn-id: https://svn.dealii.org/trunk@22433 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index 083bb751a1..8ab6c41797 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -7,7 +7,8 @@ # 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 = $(basename $(shell echo step-*.cc)) +target = step-40 +#$(basename $(shell echo step-*.cc)) # 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