From 511a03f933d68e0e33b2568f8540c6b6a4a64246 Mon Sep 17 00:00:00 2001 From: Jiri Malak Date: Mon, 27 Apr 2020 09:19:48 +0200 Subject: Watcom WMake: Use wmake internal %null command for empty command list wmake internal command %null realy do "nothing". It is designed to use in command lists. --- Source/cmGlobalWatcomWMakeGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalWatcomWMakeGenerator.cxx b/Source/cmGlobalWatcomWMakeGenerator.cxx index 308ddda..07e0793 100644 --- a/Source/cmGlobalWatcomWMakeGenerator.cxx +++ b/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 -- cgit v0.12