From: Guido Kanschat Date: Thu, 3 Nov 2005 19:19:16 +0000 (+0000) Subject: avoid automatic target generation since people may want to work in X-Git-Tag: v8.0.0~12912 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4be86b140ce0363f52c0ee0ef0fb83e4f2d3c0;p=dealii.git avoid automatic target generation since people may want to work in this directory git-svn-id: https://svn.dealii.org/trunk@11701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 910356c898..45cd049a62 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/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 = $(basename $(shell echo step-*.cc)) +target = step-1 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no