Skip to content

Commit 7a89f2e

Browse files
committed
build: Fix target name
1 parent a0a422c commit 7a89f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/funcs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ $(foreach package,$(all_packages),$(eval $(call int_config_attach_build_config,$
265265
$(foreach package,$(all_packages),$(eval $(call int_add_cmds,$(package))))
266266

267267
#special exception: if a toolchain package exists, all non-native packages depend on it
268-
$(foreach package,$(packages),$(eval $($(package)_unpacked): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) ))
268+
$(foreach package,$(packages),$(eval $($(package)_extracted): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) ))

0 commit comments

Comments
 (0)