]> git.sesse.net Git - stockfish/commitdiff
Fix a dependency bug
authorMinetaS <skdty87@gmail.com>
Tue, 20 Dec 2022 07:01:05 +0000 (16:01 +0900)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 20 Dec 2022 07:14:19 +0000 (08:14 +0100)
Instead of allowing .depend for specific build-related targets, filter
non-build-related targets (i.e. help, clean) so that other targets can
normally execute .depend target.

closes https://github.com/official-stockfish/Stockfish/pull/4293

No functional change


No differences found