]> git.sesse.net Git - stockfish/commit
Invoke .depend only on build targets
authorMinetaS <skdty87@gmail.com>
Tue, 6 Dec 2022 12:32:42 +0000 (21:32 +0900)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 8 Dec 2022 19:48:20 +0000 (20:48 +0100)
commit74fb936dbd49c61bf3352febd1c57a68888100d0
tree44ac8557f6470ff3ca289e131b78d523b30a4f10
parentcb0c7a98485fbef4e5d6ed5f5b08201113ce0b4e
Invoke .depend only on build targets

Add a constraint so that the dependency build only occurs when users
actually run build tasks.

This fixes a bug on some systems where gcc/g++ is not available.

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

No functional change
src/Makefile