escape spaces with backslash when writing dep file
authorOleg Endo <olegendo@gcc.gnu.org>
Mon, 29 Apr 2019 07:13:34 +0000 (16:13 +0900)
committerOleg Endo <olegendo@gcc.gnu.org>
Mon, 29 Apr 2019 07:13:34 +0000 (16:13 +0900)
commite531fb203aedeb3863ebf8add0bbd8251183d27a
treed2bbe44f8af041a0483a55839c6c46151746c087
parentea0e0722bb42254ac8c63eb41664d9dfb7973aec
escape spaces with backslash when writing dep file

filenames are sparated by spaces in the dep file.  if a filename in the
dep file contains spaces they must be escaped, otherwise the tool that
reads the dep file will see multiple wrong filenames.
kernel/driver.cc
kernel/yosys.cc
kernel/yosys.h