Skip to content

Commit da371b8

Browse files
fanquakePastaPastaPasta
authored andcommitted
Merge bitcoin#28870: depends: Include config.guess and config.sub into meta_depends
ff3f51b depends: Include `config.guess` and `config.sub` into `meta_depends` (Hennadii Stepanov) Pull request description: ACKs for top commit: theuni: ACK ff3f51b. Tree-SHA512: e8575473d3fca2293181131c76bd6d43017fe753d2e670c53227a646b64b069dc542a0fc50a77b43e74bc6a0c0159ffa2fb1c3ff3aef9625684e0f78c16ad960
1 parent 2e41562 commit da371b8

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
@@ -173,7 +173,7 @@ endif
173173

174174
all_packages = $(packages) $(native_packages)
175175

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

178178
$(host_arch)_$(host_os)_native_binutils?=$($(host_os)_native_binutils)
179179
$(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)

0 commit comments

Comments
 (0)