summaryrefslogtreecommitdiffstats
path: root/Source/cmWrapTclCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWrapTclCommand.cxx')
-rw-r--r--Source/cmWrapTclCommand.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmWrapTclCommand.cxx b/Source/cmWrapTclCommand.cxx
index 931af36..a7c0c12 100644
--- a/Source/cmWrapTclCommand.cxx
+++ b/Source/cmWrapTclCommand.cxx
@@ -44,6 +44,9 @@ bool cmWrapTclCommand::Invoke(std::vector<std::string>& args)
}
}
+ // add in a depend in the vtkWrapTcl executable
+ m_Makefile->AddUtility("vtkWrapTcl");
+
// what is the current source dir
std::string cdir = m_Makefile->GetCurrentDirectory();