summaryrefslogtreecommitdiff
path: root/macros/ToolInitialization/INIT_GenFileInfo.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ToolInitialization/INIT_GenFileInfo.sci')
-rw-r--r--macros/ToolInitialization/INIT_GenFileInfo.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ToolInitialization/INIT_GenFileInfo.sci b/macros/ToolInitialization/INIT_GenFileInfo.sci
index db6c209e..f165e55a 100644
--- a/macros/ToolInitialization/INIT_GenFileInfo.sci
+++ b/macros/ToolInitialization/INIT_GenFileInfo.sci
@@ -108,5 +108,5 @@ FileInfo.GeneralReport = fullfile(FileInfo.WorkingDir,'SCI2CGeneralReport.txt');
FileInfo.CStyleSCI2CMainDir = pathconvert(FileInfo.SCI2CMainDir, %f, %f, 'u');
FileInfo.CStyleOutCCCodeDir = pathconvert(OutCCCodeDir, %f, %f, 'u');
FileInfo.MakefileFilename = fullfile(FileInfo.CStyleOutCCCodeDir,'Makefile');
-FileInfo.MakefileTemplate = fullfile(FileInfo.SCI2CMainDir,'macros/CCodeGeneration','SCI2CMakefileTemplate.rc');
+FileInfo.MakefileTemplate = fullfile(FileInfo.SCI2CMainDir,SCI+'/contrib/scilab2c/macros/CCodeGeneration','SCI2CMakefileTemplate.rc');
endfunction