else\r
{\r
fprintf ( fMakefile,\r
- "\t%s %s -o %s %s %s %s\n\n",\r
+ "\t%s %s -o %s %s %s %s\n",\r
linker.c_str (),\r
linkerParameters.c_str (),\r
target.c_str (),\r
}\r
\r
fprintf ( fMakefile,\r
- "\t${rsym} %s %s\n",\r
+ "\t${rsym} %s %s\n\n",\r
target.c_str (),\r
target.c_str () );\r
}\r
objectsMacro.c_str (),\r
importLibraryDependencies.c_str () );\r
fprintf ( fMakefile,\r
- "\t${rm} %s\n\n",\r
+ "\t${rm} %s\n",\r
temp_exp.c_str () );\r
fprintf ( fMakefile,\r
- "\t${rsym} %s %s\n",\r
+ "\t${rsym} %s %s\n\n",\r
target.c_str (),\r
target.c_str () );\r
}\r