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. Signed-off-by: Ross Burton <ross.burton@xxxxxxxxx> --- Makefile.obexd | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.obexd b/Makefile.obexd index 2e33cbc..c8286f0 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -103,6 +103,7 @@ BUILT_SOURCES += obexd/src/builtin.h obexd/src/plugin.$(OBJEXT): obexd/src/builtin.h obexd/src/builtin.h: obexd/src/genbuiltin $(obexd_builtin_sources) + $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_GEN)$(srcdir)/obexd/src/genbuiltin $(obexd_builtin_modules) > $@ CLEANFILES += obexd/src/builtin.h $(builtin_files) obexd/src/obex.service -- 2.8.0.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html