From 5905d79c8a10b172642a1b534f088b965667b007 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 25 Mar 2008 10:11:48 -0400 Subject: ENH: fix for watcom can't use phony --- Source/cmLocalUnixMakefileGenerator3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit v0.12