From fa415043d808cbfc77c9a1d1963e0a8b30aae228 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 11 Apr 2006 22:39:12 -0400 Subject: ENH: fix re-run of cmake based on configured files that are done with copy if different and never change --- Source/cmMakefile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index d53f979..5140b74 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2414,7 +2414,6 @@ int cmMakefile::ConfigureFile(const char* infile, const char* outfile, std::string soutfile = outfile; std::string sinfile = infile; this->AddCMakeDependFile(infile); - this->AddCMakeOutputFile(outfile); cmSystemTools::ConvertToUnixSlashes(soutfile); mode_t perm = 0; cmSystemTools::GetPermissions(sinfile.c_str(), perm); -- cgit v0.12