From 5c8b68ba70c77eb2409e29a416599e13cc2d7e5e Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 7 Mar 2001 13:33:29 -0500 Subject: [PATCH] ERR: Commented out experimental code that was accidentally checked in. --- Source/cmCableCommand.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/cmCableCommand.cxx b/Source/cmCableCommand.cxx index 90f8bb633..1dbd3f990 100644 --- a/Source/cmCableCommand.cxx +++ b/Source/cmCableCommand.cxx @@ -72,10 +72,10 @@ void cmCableCommand::SetupCableData() pathName += "/cable_config.xml"; m_CableData = new cmCableData(this, pathName); - std::vector depends; - depends.push_back("cable_config.xml"); - m_Makefile->AddCustomCommand("source_cable_config.xml", - "result_file", - "cable cable_config.xml", - depends); +// std::vector depends; +// depends.push_back("cable_config.xml"); +// m_Makefile->AddCustomCommand("source_cable_config.xml", +// "result_file", +// "cable cable_config.xml", +// depends); }