summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-20 15:51:00 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-20 15:51:00 +0000
commit68a3660830bace5ea4cc8ac1114b3027df1bd797 (patch)
tree5f54f5670ffe0b735db73fa2499bfe483cdc7f3e /lib/make/make.config.defn.in
parent10dd547b0511c990871ef29996c837ee054d4dd6 (diff)
Exclude cctk_Functions.h from dependency checking. It does not
contain any relevant information; the same is done for cctk_Arguments.h. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3463 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 8ac2008b..6955cdcf 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -116,7 +116,7 @@ USE_RANLIB = @USE_RANLIB@
# Exclude some files from the dependency lists
-DEP_EXCLUDE_FILES = cctk_FunctionAliases\.h|CParameterStructNames\.h|cctk_Arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h
+DEP_EXCLUDE_FILES = cctk_Functions\.h|CParameterStructNames\.h|cctk_Arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h
# Command used to get the working directory
GET_WD = @GET_WD@