From c9cd47dedabd142c97fa6219375f91712628b501 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 24 Apr 2006 11:30:57 -0400 Subject: ENH: make sure command depends on fluid --- Source/cmFLTKWrapUICommand.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index 1252fe6..118cbfb 100644 --- a/Source/cmFLTKWrapUICommand.cxx +++ b/Source/cmFLTKWrapUICommand.cxx @@ -63,6 +63,7 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector const& args) // add starting depends std::vector depends; depends.push_back(origname); + depends.push_back(fluid_exe); std::string cxxres = outputDirectory.c_str(); cxxres += "/" + srcName; cxxres += ".cxx"; -- cgit v0.12