diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-16 19:15:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-16 19:15:21 (GMT) |
commit | 1cd9ce6f6e0597f6a4a0436285a67d979b03655c (patch) | |
tree | 1ce4055b5fd3b1eb6e80e419f4b29a574407512a /Source/cmMakefile.cxx | |
parent | a5480276d5782f2bcc8d44cf4c5cbf29b980a1f0 (diff) | |
download | CMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.zip CMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.tar.gz CMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.tar.bz2 |
ENH: unify make process on unix
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index cf219bd..73f92a2 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -359,6 +359,7 @@ void cmMakefile::GenerateMakefile() for (cmTargets::iterator l = m_Targets.begin(); l != m_Targets.end(); l++) { + l->second.GenerateSourceFilesFromSourceLists(*this); l->second.MergeLibraries(m_LinkLibraries); } // now do the generation |