瀏覽代碼

ENH: fix for watcom can't use phony

Bill Hoffman 17 年之前
父節點
當前提交
5905d79c8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 1 - 1
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";
     }