commit | 7c9c744c5376357df324f70af629958bdd2011ff | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Dec 05 15:08:31 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Dec 13 09:15:33 2013 -0500 |
tree | 37d456735780f92e5fa05a07b380ce7ac06f77eb | |
parent | dab09922f3e093c0a934030807f22c78a9c1f139 [diff] |
Makefile: use two double-quotations as a pair Some editors such as Emacs can highlight source files. But their parser algorithm is not perfect. If you use one double-quotation alone, some editor cannot handle it nicely and mark source lines as a string by mistake. It is preferable to use two double-quotations as a pair. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>