mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
build: fix out-of-tree builds
In out-of-tree builds without dependency tracking the src/ directory generally won't be created before genbuiltin tries to write into it. Fix the race by explicitly creating the directory.
This commit is contained in:
parent
ae538eae7d
commit
282a9f1a14
@ -448,4 +448,5 @@ maintainer-clean-local:
|
||||
-rm -rf build-aux ell
|
||||
|
||||
src/builtin.h: src/genbuiltin config.status
|
||||
$(AM_V_at)$(MKDIR_P) $(@D)
|
||||
$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
|
||||
|
Loading…
Reference in New Issue
Block a user