ERR: Commented out experimental code that was accidentally checked in.

This commit is contained in:
Brad King 2001-03-07 13:33:29 -05:00
parent 8f6468f9f2
commit 5c8b68ba70
1 changed files with 6 additions and 6 deletions

View File

@ -72,10 +72,10 @@ void cmCableCommand::SetupCableData()
pathName += "/cable_config.xml"; pathName += "/cable_config.xml";
m_CableData = new cmCableData(this, pathName); m_CableData = new cmCableData(this, pathName);
std::vector<string> depends; // std::vector<std::string> depends;
depends.push_back("cable_config.xml"); // depends.push_back("cable_config.xml");
m_Makefile->AddCustomCommand("source_cable_config.xml", // m_Makefile->AddCustomCommand("source_cable_config.xml",
"result_file", // "result_file",
"cable cable_config.xml", // "cable cable_config.xml",
depends); // depends);
} }