diff options
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 2e93d8c..142ccfc 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -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"; } |