ENH: fix for watcom can't use phony

This commit is contained in:
Bill Hoffman 2008-03-25 10:11:48 -04:00
parent a02bbd4237
commit 5905d79c8a
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}