summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 10:42:54 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 10:42:54 +0000
commit86d82191359a6715350f117dec77c4491665ae13 (patch)
treeb04558d5e69257551419d2266093a32636c6dafe /lib/make/make.config.defn.in
parentb33ff2cffd96ff6f5ed1a34ac2ec9dd8a1064dd3 (diff)
Adding CParameterStructNames.h to be ignored by the dependency
fixer. Now thorns can be added and removed from the ThornList without a major rebuild git-svn-id: http://svn.cactuscode.org/flesh/trunk@1139 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 64408aea..5d6141db 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -72,7 +72,7 @@ F77_DEPEND_OUT = @F77_DEPEND_OUT@
# Exclude some files from the dependency lists
-DEP_EXCLUDE_FILES = cctk_arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h
+DEP_EXCLUDE_FILES = CParameterStructNames\.h|cctk_arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h
# Command used to get the working directory
GET_WD = @GET_WD@