From 10d1b2079072150321ee29b249fc39f116671375 Mon Sep 17 00:00:00 2001
From: Andy Cedilnik <andy.cedilnik@kitware.com>
Date: Thu, 9 Mar 2006 09:53:30 -0500
Subject: BUG: Fix problem on Wacom system with global symbolic targets

---
 Source/cmLocalUnixMakefileGenerator3.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index c958322..5045d52 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -1286,7 +1286,7 @@ void cmLocalUnixMakefileGenerator3
       this->AppendCustomDepends(depends,   glIt->second.GetPostBuildCommands());
       this->AppendCustomCommands(commands, glIt->second.GetPreBuildCommands());
       this->AppendCustomCommands(commands, glIt->second.GetPostBuildCommands());
-      this->WriteMakeRule(ruleFileStream, targetString.c_str(), glIt->first.c_str(), depends, commands, false);
+      this->WriteMakeRule(ruleFileStream, targetString.c_str(), glIt->first.c_str(), depends, commands, true);
       }
     }
 
-- 
cgit v0.12