]> git.sur5r.net Git - kconfig-frontends/commit
Makefile: ensure utils/ exists before writing to it
authorRoss Burton <ross.burton@intel.com>
Tue, 9 May 2017 14:32:36 +0000 (15:32 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 9 May 2017 19:11:52 +0000 (21:11 +0200)
commit32a4d43dedfd22654f6b9882571ec9c4e03d3e05
tree450a2af2024068089438791e5240a8f53a6d7bf0
parentbca23b9319cd38e7d87d7fee6642142915c60b13
Makefile: ensure utils/ exists before writing to it

Since utils/ was changed to not build recursively it's possible that in
out-of-tree builds the utils/ directory hasn't been created when Make runs the
utils/kconfig-tweak target which tries to write to file inside utils/.

This is the case, for example, when using --disable-dependency-tracking.

To ensure this can work, mkdir the directory.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Makefile.am