Skip to content

Commit

Permalink
depends: Include config.guess and config.sub into meta_depends
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 14, 2023
1 parent fb85bb2 commit ff3f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ endif

all_packages = $(packages) $(native_packages)

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

$(host_arch)_$(host_os)_native_binutils?=$($(host_os)_native_binutils)
$(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)
Expand Down

0 comments on commit ff3f51b

Please sign in to comment.