summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCableWrapTclCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx
index 03ee44a..510d781 100644
--- a/Source/cmCableWrapTclCommand.cxx
+++ b/Source/cmCableWrapTclCommand.cxx
@@ -231,7 +231,7 @@ void cmCableWrapTclCommand::GenerateCableFiles() const
cmSourceFile file;
file.SetName(packageTclFileName.c_str(), outDir.c_str(), "cxx", false);
// Set dependency hints.
- file.GetDepends().push_back("wrapCalls.h");
+ file.GetDepends().push_back("WrapTclFacility/wrapCalls.h");
m_Makefile->AddSource(file, m_TargetName.c_str());
}
@@ -398,7 +398,7 @@ void cmCableWrapTclCommand::GenerateCableClassFiles(const char* name,
{
file.GetDepends().push_back(*source);
}
- file.GetDepends().push_back("wrapCalls.h");
+ file.GetDepends().push_back("WrapTclFacility/wrapCalls.h");
m_Makefile->AddSource(file, m_TargetName.c_str());
}