escape target name
This commit is contained in:
parent
d723f82160
commit
e224194735
1 changed files with 1 additions and 1 deletions
|
|
@ -1141,7 +1141,7 @@ int SWIG_main(int argc, char *argv[], const TargetLanguageModule *tlm) {
|
|||
} else
|
||||
f_dependencies_file = stdout;
|
||||
if (dependencies_target) {
|
||||
Printf(f_dependencies_file, "%s: ", dependencies_target);
|
||||
Printf(f_dependencies_file, "%s: ", Swig_filename_escape_space(dependencies_target));
|
||||
} else {
|
||||
Printf(f_dependencies_file, "%s: ", Swig_filename_escape_space(outfile));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue