mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Supress make warning on missing .depend file
This is generated by make itself, so the warning is useless. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -330,4 +330,4 @@ install: default
|
|||||||
.depend:
|
.depend:
|
||||||
-@$(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
|
-@$(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
|
||||||
|
|
||||||
include .depend
|
-include .depend
|
||||||
|
|||||||
Reference in New Issue
Block a user