ENH: Fix preorder. This caused preorder to not work and the test passed because of jump-over rule
This commit is contained in:
parent
27deb152b6
commit
c56547a3f9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue