ENH: fix for watcom can't use phony
This commit is contained in:
parent
a02bbd4237
commit
5905d79c8a
|
@ -638,7 +638,7 @@ cmLocalUnixMakefileGenerator3
|
|||
replace = *i;
|
||||
os << "\t" << replace.c_str() << "\n";
|
||||
}
|
||||
if(symbolic)
|
||||
if(symbolic && !this->WatcomWMake)
|
||||
{
|
||||
os << ".PHONY : " << tgt.c_str() << "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue