mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Makefile.cmake.in: fix automatic host deps calculation
We need similar handling as in autotools because of the host-cmake addition. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -96,6 +96,10 @@ endef
|
||||
endif
|
||||
endif
|
||||
|
||||
# This must be repeated from GENTARGETS_INNER, otherwise we only get
|
||||
# host-cmake in _DEPENDENCIES because of the following line
|
||||
$(2)_DEPENDENCIES ?= $(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES)))
|
||||
|
||||
$(2)_DEPENDENCIES += host-cmake
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user