scripts/genmmakefile: missing backslashes added

This commit is contained in:
Matthias Rustler 2021-03-04 21:59:53 +01:00 committed by deadwood
parent 027e44346e
commit 1c245192bf
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ USER_CPPFLAGS :=
#MM {target} : includes linklibs
%build_prog mmake={target}
progname=$(EXE) targetdir=$(EXEDIR)
%build_prog mmake={target} \\
progname=$(EXE) targetdir=$(EXEDIR) \\
files=$(FILES) uselibs=\"\"
%common