diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-09-04 13:30:36 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-09-16 19:58:21 +0300 |
commit | 7a89f2e6c539a54bcaa24bff41aae3910244ad3d (patch) | |
tree | 9d798dd2fda05443229f559d68b509e1bdea4088 /depends | |
parent | a0a422c34cfd6514d0cc445bd784d3ee1a2d1749 (diff) |
build: Fix target name
Diffstat (limited to 'depends')
-rw-r--r-- | depends/funcs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/funcs.mk b/depends/funcs.mk index 81ecbedf5c..58d882eb05 100644 --- a/depends/funcs.mk +++ b/depends/funcs.mk @@ -265,4 +265,4 @@ $(foreach package,$(all_packages),$(eval $(call int_config_attach_build_config,$ $(foreach package,$(all_packages),$(eval $(call int_add_cmds,$(package)))) #special exception: if a toolchain package exists, all non-native packages depend on it -$(foreach package,$(packages),$(eval $($(package)_unpacked): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) )) +$(foreach package,$(packages),$(eval $($(package)_extracted): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) )) |