Browse Source

Merge topic 'wmake-null'

511a03f933 Watcom WMake: Use wmake internal %null command for empty command list

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4670
Brad King 5 years ago
parent
commit
75f7b66517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalWatcomWMakeGenerator.cxx

+ 1 - 1
Source/cmGlobalWatcomWMakeGenerator.cxx

@@ -19,7 +19,7 @@ cmGlobalWatcomWMakeGenerator::cmGlobalWatcomWMakeGenerator(cmake* cm)
 #endif
   this->ToolSupportsColor = true;
   this->NeedSymbolicMark = true;
-  this->EmptyRuleHackCommand = "@cd .";
+  this->EmptyRuleHackCommand = "@%null";
 #ifdef _WIN32
   cm->GetState()->SetWindowsShell(true);
 #endif