BUG: INSTALL_DATA should be INSTALL_PROGRAMS for program install targets.
This commit is contained in:
parent
6844dfd7ca
commit
5376acd6a9
@ -1725,7 +1725,7 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fout << "\t @$(INSTALL_DATA) ";
|
fout << "\t @$(INSTALL_PROGRAMS) ";
|
||||||
}
|
}
|
||||||
fout << *i
|
fout << *i
|
||||||
<< " $(DESTDIR)" << prefix << l->second.GetInstallPath() << "\n";
|
<< " $(DESTDIR)" << prefix << l->second.GetInstallPath() << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user