summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-12 02:39:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-12 02:39:12 (GMT)
commitfa415043d808cbfc77c9a1d1963e0a8b30aae228 (patch)
tree09588f8d27298b427d9b1ff8e0dbe50e99c1902d /Source
parented4974da55c3d8b2315c1b729fceee6e834673f2 (diff)
downloadCMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.zip
CMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.tar.gz
CMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.tar.bz2
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
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);