Skip to content

Commit 5f017a0

Browse files
committed
Support running make from a path with spaces in it.
1 parent 1a9aa5e commit 5f017a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/MakeWorkspaceCreator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sub write_project_targets {
3838
my $chdir = ($dname ne '.');
3939
print $fh "\t\@",
4040
($chdir ? "cd $dname && " : ''),
41-
"\$(MAKE) -f ",
41+
'"$(MAKE)" -f ',
4242
($chdir ? $self->mpc_basename($project) : $project),
4343
" $target$crlf";
4444
}

0 commit comments

Comments
 (0)