BUG: Removed bogust dependency.

This commit is contained in:
Brad King 2006-01-13 19:36:17 -05:00
parent 079826d367
commit 18477b194c
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
// add starting depends
std::vector<std::string> depends;
depends.push_back(origname);
depends.push_back("fluid");
std::string cxxres = outputDirectory.c_str();
cxxres += "/" + srcName;
cxxres += ".cxx";