summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-01-02 16:54:50 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-01-02 16:54:50 (GMT)
commitd253ef49bc4ff15991507053db4c43659f4f9509 (patch)
tree299fcb2c04cd79fd939a1b7288b52048021ca9b2 /Source/cmNMakeMakefileGenerator.cxx
parent0ac6b2d7a034d306ba5fde56ec6bdd5cf54aa0b8 (diff)
downloadCMake-d253ef49bc4ff15991507053db4c43659f4f9509.zip
CMake-d253ef49bc4ff15991507053db4c43659f4f9509.tar.gz
CMake-d253ef49bc4ff15991507053db4c43659f4f9509.tar.bz2
BUG: put back recursive call to make for checking sources
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.cxx')
-rw-r--r--Source/cmNMakeMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNMakeMakefileGenerator.cxx b/Source/cmNMakeMakefileGenerator.cxx
index 99869fa..0685d82 100644
--- a/Source/cmNMakeMakefileGenerator.cxx
+++ b/Source/cmNMakeMakefileGenerator.cxx
@@ -726,6 +726,7 @@ void cmNMakeMakefileGenerator::OutputBuildLibraryInDir(std::ostream& fout,
fout << cmSystemTools::EscapeSpaces(fullpath)
<< ":\n\tcd " << cmSystemTools::EscapeSpaces(path) << "\n"
<< "\t$(MAKE) -$(MAKEFLAGS) $(MAKESILENT) cmake.depends\n"
+ << "\t$(MAKE) -$(MAKEFLAGS) $(MAKESILENT) cmake.check_depends\n"
<< "\t$(MAKE) -$(MAKEFLAGS) $(MAKESILENT) -f cmake.check_depends\n"
<< "\t$(MAKE) $(MAKESILENT) " << cmSystemTools::EscapeSpaces(fullpath)
<< "\n\tcd " <<