]> git.sesse.net Git - stockfish/commit
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)
commit20b02264620397eacf4e43736ec7f7c48a9a7068
tree548b406e2b3959dac486ae9697c6e4a63b931db0
parentc2d507005c51145211a7963af7c41026bd759d08
Fix a dependency bug

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
src/Makefile