diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index a5657d7bf..0c155964d 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -207,7 +207,7 @@ void cmExtraCodeBlocksGenerator fout<<" \n" " \n" " BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n" - " BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n" + " BuildMakeCommand(make, makefileName.c_str(), ""$file"") << "\" />\n" " BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n" " BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n" " \n"