Skip to content

Commit ff3f51b

Browse files
committed
depends: Include config.guess and config.sub into meta_depends
1 parent fb85bb2 commit ff3f51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ endif
183183

184184
all_packages = $(packages) $(native_packages)
185185

186-
meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk
186+
meta_depends = Makefile config.guess config.sub funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk
187187

188188
$(host_arch)_$(host_os)_native_binutils?=$($(host_os)_native_binutils)
189189
$(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)

0 commit comments

Comments
 (0)