summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-16 19:15:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-16 19:15:21 (GMT)
commit1cd9ce6f6e0597f6a4a0436285a67d979b03655c (patch)
tree1ce4055b5fd3b1eb6e80e419f4b29a574407512a /Source/cmDSPWriter.cxx
parenta5480276d5782f2bcc8d44cf4c5cbf29b980a1f0 (diff)
downloadCMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.zip
CMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.tar.gz
CMake-1cd9ce6f6e0597f6a4a0436285a67d979b03655c.tar.bz2
ENH: unify make process on unix
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r--Source/cmDSPWriter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index e3600ef..d313ae3 100644
--- a/Source/cmDSPWriter.cxx
+++ b/Source/cmDSPWriter.cxx
@@ -163,8 +163,6 @@ void cmDSPMakefile::WriteDSPFile(std::ostream& fout,
const char *libName,
cmTarget &target)
{
- target.GenerateSourceFilesFromSourceLists(*m_Makefile);
-
// Write the DSP file's header.
this->WriteDSPHeader(fout, libName, target);