projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b5948
)
Fix a .depend dependency error.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Thu, 17 Mar 2016 00:56:41 +0000
(
01:56
+0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 24 Nov 2018 10:17:41 +0000
(11:17 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index ab317e1055f89ec48fcb506b2ebe2bd22b81108e..2e8a49287d45047f7e52cf4ba8e2aa3e1c07abce 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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