Makefile.obexd: add missing mkdir in builtin.h generation
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Oct 2019 09:58:32 +0000 (10:58 +0100)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:59 +0000 (14:27 +0530)
commit08f9afbf485363c9e30c95866c435453b52684a8
tree48a79b16165eee5b78b34fa8b9f3a6d9c25102da
parent3f0f944ea7851815d05b3e166fbd9d90fd2af611
Makefile.obexd: add missing mkdir in builtin.h generation

In parallel out-of-tree builds it's possible that obexd/src/builtin.h is
generated before the target directory has been implicitly created. Solve this by
creating the directory before writing into it.

Change-Id: I13dd701cc1ab160f71a12ee6cb46359c69da0d23
Signed-off-by: himanshu <h.himanshu@samsung.com>
Makefile.obexd