]> git.sur5r.net Git - cc65/commit
Escape spaces in target path.
authorOliver Schmidt <ol.sc@web.de>
Thu, 7 Jun 2018 15:10:33 +0000 (17:10 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 7 Jun 2018 15:10:33 +0000 (17:10 +0200)
commitd861be8ad569d3928727a8c8162fc843835035db
treed9f149bc05b63ffebe0875f9413cba75504bec15
parentaea34c5410b1f1143fb9c0a74f00464ae09e5660
Escape spaces in target path.

cc65 escapes spaces in paths it writes to dependency files (see WriteEscaped() in cc65/input.c). Given that the output of OptPrintTargetPath() is supposed to be used in Makefiles in pretty much the same way it is appropriate to escape spaces here too.
src/cl65/main.c