From 4d4be86b140ce0363f52c0ee0ef0fb83e4f2d3c0 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 3 Nov 2005 19:19:16 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5