]> git.sesse.net Git - stockfish/commitdiff
Fix a .depend dependency error.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Mar 2016 00:56:41 +0000 (01:56 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 26 Dec 2018 09:43:37 +0000 (10:43 +0100)
src/Makefile

index ab317e1055f89ec48fcb506b2ebe2bd22b81108e..2e8a49287d45047f7e52cf4ba8e2aa3e1c07abce 100644 (file)
@@ -558,7 +558,7 @@ client: $(CLIOBJS)
 # Other stuff
 
 .depend:
-       -@$(CXX) $(DEPENDFLAGS) -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
+       -@$(CXX) $(DEPENDFLAGS) -MM $(OBJS:.o=.cpp) $(OBJS:.o=.cc) > $@ 2> /dev/null
 
 -include .depend