summaryrefslogtreecommitdiffstats
path: root/Source/cmCableCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCableCommand.cxx')
-rw-r--r--Source/cmCableCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCableCommand.cxx b/Source/cmCableCommand.cxx
index f200037..8e23945 100644
--- a/Source/cmCableCommand.cxx
+++ b/Source/cmCableCommand.cxx
@@ -107,7 +107,7 @@ void cmCableCommand::SetupCableData()
std::vector<std::string> depends;
m_Makefile->AddCustomCommand(cMakeLists.c_str(),
- "cable_config.xml",
command.c_str(),
- depends);
+ depends,
+ "cable_config.xml");
}