BUG: fix for sun make with spaces
This commit is contained in:
parent
154529bd1c
commit
0b0c97d3b2
@ -322,7 +322,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
// Include the dependencies for the target.
|
// Include the dependencies for the target.
|
||||||
std::string depPath = dir;
|
std::string depPath = dir;
|
||||||
depPath += "/depend.make";
|
depPath += "/depend.make";
|
||||||
depPath = this->Convert(depPath.c_str(),FULL,MAKEFILE);
|
depPath = this->Convert(depPath.c_str(),HOME_OUTPUT,MAKEFILE);
|
||||||
ruleFileStream
|
ruleFileStream
|
||||||
<< "# Include any dependencies generated for this target.\n"
|
<< "# Include any dependencies generated for this target.\n"
|
||||||
<< m_IncludeDirective << " "
|
<< m_IncludeDirective << " "
|
||||||
@ -330,7 +330,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
<< "\n\n";
|
<< "\n\n";
|
||||||
|
|
||||||
// Include the flags for the target.
|
// Include the flags for the target.
|
||||||
flagFileName = this->Convert(flagFileName.c_str(), FULL, MAKEFILE);
|
flagFileName = this->Convert(flagFileName.c_str(), HOME_OUTPUT, MAKEFILE);
|
||||||
ruleFileStream
|
ruleFileStream
|
||||||
<< "# Include the compile flags for this target's objects.\n"
|
<< "# Include the compile flags for this target's objects.\n"
|
||||||
<< m_IncludeDirective << " "
|
<< m_IncludeDirective << " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user