From: heister Date: Sat, 23 Oct 2010 15:39:06 +0000 (+0000) Subject: make step-40 compile X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34335c2b1e12886256d3e697528d3c2cdae65d5;p=dealii-svn.git make step-40 compile git-svn-id: https://svn.dealii.org/trunk@22433 0785d39b-7218-0410-832d-ea1e28bc413d --- 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