ENH: Fix preorder. This caused preorder to not work and the test passed because of jump-over rule

This commit is contained in:
Andy Cedilnik 2004-06-01 09:58:00 -04:00
parent 27deb152b6
commit c56547a3f9
1 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ void cmLocalUnixMakefileGenerator::OutputSubDirectoryRules(std::ostream& fout)
"SUBDIR_PREORDER_BUILD",
"default_target",
"default_target",
0, "$(TARGETS)",
0, 0,
SubDirectories,
false, 2);
this->OutputSubDirectoryVars(fout, "SUBDIR_CLEAN", "clean",