From 18477b194ca49a58c253af76bf11504dd51edaef Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 13 Jan 2006 19:36:17 -0500 Subject: [PATCH] BUG: Removed bogust dependency. --- Source/cmFLTKWrapUICommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index a57d5888ed..8a543235d4 100644 --- a/Source/cmFLTKWrapUICommand.cxx +++ b/Source/cmFLTKWrapUICommand.cxx @@ -63,7 +63,6 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector const& args) // add starting depends std::vector depends; depends.push_back(origname); - depends.push_back("fluid"); std::string cxxres = outputDirectory.c_str(); cxxres += "/" + srcName; cxxres += ".cxx";