mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
ENH: fix for watcom can't use phony
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user