mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: Use ${MAKE} instead of make for dependent library rules
This commit is contained in:
@@ -615,7 +615,7 @@ void cmUnixMakefileGenerator::OutputDependencies(std::ostream& fout)
|
||||
// put out a rule to build the library if it does not exist
|
||||
fout << libpath.c_str()
|
||||
<< ":\n\tcd " << cacheValue
|
||||
<< "; make " << m_LibraryOutputPath << library.c_str() << "\n\n";
|
||||
<< "; ${MAKE} " << m_LibraryOutputPath << library.c_str() << "\n\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user