Merge topic 'fast-local-and-strip-install'

1b63ce86 Makefiles: Make fast local and strip install truly fast
This commit is contained in:
Brad King
2017-01-16 11:01:23 -05:00
committed by CMake Topic Stage
+2 -2
View File
@@ -1592,8 +1592,8 @@ void cmLocalUnixMakefileGenerator3::WriteLocalAllRules(
// Provide a "/fast" version of the target.
depends.clear();
if ((targetName == "install") || (targetName == "install_local") ||
(targetName == "install_strip")) {
if ((targetName == "install") || (targetName == "install/local") ||
(targetName == "install/strip")) {
// Provide a fast install target that does not depend on all
// but has the same command.
depends.push_back("preinstall/fast");